Skip to content

Commit

Permalink
Adjusted the requirements files
Browse files Browse the repository at this point in the history
sphinx-rtd-theme and sphinxcontrib-bibtex have conflicting requirements for the docutils version
=> I hard-coded the versions in requirements.in to have the same versions I have locally installed as locally I can build the documentation.
  • Loading branch information
GwennyGit committed Nov 9, 2023
1 parent 823e662 commit 3c3587a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sphinx
nbsphinx
ipython
sphinxcontrib-bibtex
sphinx_rtd_theme
sphinxcontrib-bibtex~=2.5.0
sphinx_rtd_theme~=1.3.0
sphinx_copybutton
accessible-pygments
pandoc
10 changes: 7 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via nbconvert
docutils==0.20.1
docutils==0.18.1
# via
# nbsphinx
# pybtex-docutils
# sphinx
# sphinx-rtd-theme
# sphinxcontrib-bibtex
exceptiongroup==1.1.3
# via ipython
Expand Down Expand Up @@ -169,20 +170,23 @@ sphinx==7.2.6
# sphinxcontrib-bibtex
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-jquery
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-copybutton==0.5.2
# via -r requirements.in
sphinx-rtd-theme==0.5.1
sphinx-rtd-theme==1.3.0
# via -r requirements.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-bibtex==2.6.1
sphinxcontrib-bibtex==2.5.0
# via -r requirements.in
sphinxcontrib-devhelp==1.0.5
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
Expand Down

0 comments on commit 3c3587a

Please sign in to comment.