Skip to content

Commit

Permalink
hotfix_v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TchilDill committed Oct 23, 2023
1 parent 0ccec4f commit bdeab58
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build:
sphinx:
configuration: docs/source/conf.py
builder: html
fail_on_warning: true
fail_on_warning: false


# Optionally declare the Python requirements required to build your docs
Expand Down
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"sphinx.ext.viewcode",
"sphinx.ext.autodoc",
"sphinx.ext.todo",
# "sphinx_copybutton",
"sphinx.ext.doctest",
"matplotlib.sphinxext.plot_directive",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ scipy==1.7.3
six==1.16.0
snowballstemmer==2.2.0
Sphinx==5.3.0
sphinx-rtd-theme==1.1.1
sphinx-rtd-theme==1.3.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_requires =
[options.extras_require]
dev =
Sphinx==5.3.0
sphinx-rtd-theme==1.1.1
sphinx-rtd-theme==1.3.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
Expand Down

0 comments on commit bdeab58

Please sign in to comment.