Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Commit d2fd3a9

Browse files
committed
Update version requirements for compiling docs
and update versions in requirements.txt too (for CI)
1 parent 384ae15 commit d2fd3a9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ The following packages are required for building some optional features:
9292
+==================+=============+====================+
9393
| Documentation | pandoc | (latest) |
9494
+------------------+-------------+--------------------+
95-
| | sphinx | 2.1.2 |
95+
| | sphinx | 2.1.2 or later |
9696
+------------------+-------------+--------------------+
97-
| | breathe | 4.13.1 |
97+
| | breathe | 4.14.1 or later |
9898
+------------------+-------------+--------------------+
99-
| | nbsphinx | (latest) |
99+
| | nbsphinx | 0.8.1 or later |
100100
+------------------+-------------+--------------------+
101101

102102
Compiling

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ matplotlib
77
#qml
88
# tqdm
99
# for documentation
10-
sphinx==2.1.2
11-
breathe==4.13.1
10+
sphinx>=2.1.2
11+
breathe>=4.14.1
1212
sphinx_rtd_theme
13-
nbsphinx
13+
nbsphinx>=0.8.1
1414
pygments>=2.4.1
1515
# Developers tools - code formatting
1616
cpplint

0 commit comments

Comments
 (0)