Skip to content

Commit

Permalink
Update version requirements for compiling docs
Browse files Browse the repository at this point in the history
and update versions in requirements.txt too (for CI)
  • Loading branch information
max-veit committed Mar 26, 2021
1 parent 384ae15 commit d2fd3a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ The following packages are required for building some optional features:
+==================+=============+====================+
| Documentation | pandoc | (latest) |
+------------------+-------------+--------------------+
| | sphinx | 2.1.2 |
| | sphinx | 2.1.2 or later |
+------------------+-------------+--------------------+
| | breathe | 4.13.1 |
| | breathe | 4.14.1 or later |
+------------------+-------------+--------------------+
| | nbsphinx | (latest) |
| | nbsphinx | 0.8.1 or later |
+------------------+-------------+--------------------+

Compiling
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ matplotlib
#qml
# tqdm
# for documentation
sphinx==2.1.2
breathe==4.13.1
sphinx>=2.1.2
breathe>=4.14.1
sphinx_rtd_theme
nbsphinx
nbsphinx>=0.8.1
pygments>=2.4.1
# Developers tools - code formatting
cpplint
Expand Down

0 comments on commit d2fd3a9

Please sign in to comment.