Skip to content

Commit d1856bd

Browse files
authored
Merge pull request #31 from QTC-UMD/sphinx_updates
Update sphinx version pins for RTD builds.
2 parents 3f6ecb2 + f77980b commit d1856bd

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/source/examples/Analytical Doppler Demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"\n",
1818
"This notebook demonstrates how to use rydiqule's implementation ([`solve_doppler_analytic`](https://rydiqule.readthedocs.io/page/api/_autosummary/rydiqule.doppler_exact.solve_doppler_analytic.html#rydiqule-doppler-exact-solve-doppler-analytic)) of the analytical doppler solver described in\n",
1919
"Omar Nagib and Thad G. Walker, *Exact steady state of perturbed open quantum systems*,\n",
20-
"arXiv 2501.06134 (2025) http://arxiv.org/abs/2501.06134\n",
20+
"arXiv:[2501.06134](http://arxiv.org/abs/2501.06134) (2025).\n",
2121
"It contains examples with 1D/2D/3D Doppler averaging along with detailed profiling performance to highlight improvements.\n"
2222
]
2323
},

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8"]
2+
requires = ["setuptools>=64", "setuptools_scm>=8"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools]
@@ -54,9 +54,10 @@ backends = [
5454
"cyrk>=0.12.1",
5555
]
5656
docs = [
57-
"Sphinx==7.2.6",
57+
"Sphinx==8.2.3",
5858
"furo==2024.8.6",
59-
"myst-nb",
59+
"myst-nb==1.2.0",
60+
"myst-parser==4.0.1",
6061
"sphinx-copybutton",
6162
"sphinxext-opengraph",
6263
"sphinx-inline-tabs",

0 commit comments

Comments
 (0)