Skip to content

Commit

Permalink
Bugfix/sphinx (#420)
Browse files Browse the repository at this point in the history
* add docs dependencies to setup
  • Loading branch information
tora-kozic committed Apr 25, 2022
1 parent 77bf6eb commit d4e456c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ python:
path: .
extra_requirements:
- dev
- docs
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# If your documentation needs a minimal Sphinx version, state it here.

needs_sphinx = "4.0"
needs_sphinx = "4.4.0"

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@
"pytest-cov==2.12.1",
"pytest-mock==3.6.1",
"tox==3.24.0",
]
],
"docs": [
"sphinx==4.4.0",
"myst-parser==0.17.2",
"sphinx_rtd_theme==1.0.0",
"docutils == 0.16",
],
},
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit d4e456c

Please sign in to comment.