Skip to content

Commit

Permalink
Pin doc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Feb 7, 2025
1 parent 35207be commit 59be4e7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,24 +96,24 @@ docs = [
# We are only building our docs with Python 3.13. #
######################################################################################
"docutils==0.21.2", # Needed by sphinx-rtd-them
"ipykernel", # iPython kernel to run Jupyter notebooks
"Jinja2", # Used in numpydoc and nbconvert
"nbsphinx", # Parses Jupyter notebooks
"nbsphinx-link", # Adds Jupyter NBs to Sphinx source root
"ipykernel>=6.0.0", # iPython kernel to run Jupyter notebooks
"Jinja2==3.1.5", # Used in numpydoc and nbconvert
"nbsphinx-link==1.3.1", # Adds Jupyter NBs to Sphinx source root
"nbsphinx==0.9.6", # Parses Jupyter notebooks
"pandoc", # Must be in the path (to convert file formats)
"pylint", # Generates UML diagrams
"setuptools", # needed for conf.py tooling
"sphinx-gallery==0.13.0", # Builds an HTML version of a Python script and puts it into a gallery
"sphinx-needs", # Requirements traceability matrices for QA
"sphinx-needs==4.2.0", # Requirements traceability matrices for QA
"sphinx-rtd-theme==3.0.2", # Read-The-Docs theme for Sphinx
"sphinx-simplepdf", # Used to make PDF versions of the docs
"sphinx-test-reports", # sphinx-needs test reports in the STR
"sphinx-simplepdf==1.6.0", # Used to make PDF versions of the docs
"sphinx-test-reports==1.1.0", # sphinx-needs test reports in the STR
"Sphinx==7.4.7", # central library used to build our docs
"sphinxcontrib-apidoc==0.5.0", # More easily document our API
"sphinxcontrib-jquery==4.1", # Handle missing jquery errors
"sphinxcontrib-plantuml==0.30", # UML support in sphinx-needs
"sphinxext-opengraph", # Generates OpenGraph metadata to make cards for social media
"unittest-xml-reporting", # Allows us to generate junit XML test reports
"sphinxext-opengraph==0.9.1", # Generates OpenGraph metadata to make cards for social media
"unittest-xml-reporting==3.2.0", # Allows us to generate junit XML test reports
]

[project.scripts]
Expand Down

0 comments on commit 59be4e7

Please sign in to comment.