Skip to content

Commit

Permalink
update docs built
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Oct 14, 2023
1 parent b19d34c commit f6b0223
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ testpypi:

.PHONY: pypi
pypi:
twine --repository spey upload dist/*
python3 -m twine upload -r pypi dist/*



Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Spey: smooth inference for reinterpretation studies

[![arxiv](https://img.shields.io/static/v1?style=plastic&label=arXiv&message=2307.06996%20%20[hep-ph]&color=brightgreen)](https://arxiv.org/abs/2307.06996)
[![arxiv](https://img.shields.io/static/v1?style=plastic&label=arXiv&message=2307.06996&color=brightgreen)](https://arxiv.org/abs/2307.06996)
[![DOI](https://img.shields.io/static/v1?style=plastic&label=DOI&message=TBA&color=blue)]()
[![zenodoo](https://img.shields.io/static/v1?style=plastic&label=zenodo&message=TBA&color=blue)]()
[![doc](https://img.shields.io/static/v1?style=plastic&label&message=Online%20%20Documentation&logo=gitbook&logoColor=white&color=gray)](https://speysidehep.github.io/spey/)
[![doc](https://img.shields.io/static/v1?style=plastic&label&message=Documentation&logo=gitbook&logoColor=white&color=gray)](https://speysidehep.github.io/spey/)

[![github](https://img.shields.io/static/v1?style=plastic&label&message=GitHub&logo=github&logoColor=black&color=white)](https://github.com/SpeysideHEP/spey)
[![pypi](https://img.shields.io/static/v1?style=plastic&label&message=pypi%20%20package&logo=python&logoColor=yellow&color=blue)](https://pypi.org/project/spey/)
[![Documentation Status](https://readthedocs.org/projects/spey/badge/?style=plastic&version=main)](https://spey.readthedocs.io/en/main/)

## Outline

Expand All @@ -29,7 +30,7 @@ If you like to use a specific branch you can either use `make install` or `pip i
python -m pip install --upgrade "git+https://github.com/SpeysideHEP/spey"
```

**Note that `main` branch is not the stable version.**
**Note that `main` branch may not be the stable version.**

## What is Spey?

Expand Down
14 changes: 0 additions & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@
"tqdm>=4.64.0",
]

docs = [
"sphinx>=7.0.0",
"sphinxcontrib-bibtex~=2.1",
"sphinx-click",
"sphinx-rtd-theme>=1.3.0",
"nbsphinx!=0.8.8",
"sphinx-issues",
"sphinx-copybutton>=0.3.2",
"sphinx-togglebutton>=0.3.0",
"myst-parser",
"sphinx-rtd-size",
]

backend_plugins = [
"default_pdf.uncorrelated_background = spey.backends.default_pdf:UncorrelatedBackground",
"default_pdf.correlated_background = spey.backends.default_pdf:CorrelatedBackground",
Expand Down Expand Up @@ -62,6 +49,5 @@
],
extras_require={
"dev": ["pytest>=7.1.2", "pytest-cov>=3.0.0", "twine>=3.7.1", "wheel>=0.37.1"],
"doc": docs,
},
)

0 comments on commit f6b0223

Please sign in to comment.