Skip to content

Commit

Permalink
Update sphinx requirement to deploy on rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarbier committed Apr 25, 2023
1 parent 82115da commit 21d1fdb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions docs/changelogs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../CHANGELOG.md
```
1 change: 0 additions & 1 deletion docs/changelogs.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down Expand Up @@ -147,7 +147,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = []

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down
11 changes: 6 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ certifi==2022.12.7
charset-normalizer==3.1.0
colorama==0.4.6
dill==0.3.6
docutils==0.18
docutils==0.17
idna==3.4
imagesize==1.4.1
importlib-metadata==6.4.1
Expand All @@ -34,12 +34,13 @@ PyYAML==6.0
requests==2.28.2
six==1.16.0
snowballstemmer==2.2.0
Sphinx==6.1.3
Sphinx==5.3.0
sphinx-autobuild==2021.3.14
sphinx-rtd-theme==1.2.0
sphinxcontrib-applehelp==1.0.4
sphinx-reload==0.2.0
sphinx-rtd-theme==1.1.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
Expand Down

0 comments on commit 21d1fdb

Please sign in to comment.