Skip to content

Commit

Permalink
Cleaning up pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Jan 31, 2025
1 parent 37e2a7c commit 8a967b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ docs = [
"Sphinx==8.1.3", # central library used to build our docs
"docutils==0.21.2", # Needed by sphinx-rtd-them
"sphinx-rtd-theme==3.0.2", # Read-The-Docs theme for Sphinx
"nbsphinx", # Parses Jupyter notebooks ####WAS==0.9.2
"nbsphinx-link", # Adds Jupyter NBs to Sphinx source root ####WAS==1.3.0
"sphinx-gallery", # Builds an HTML version of a Python script and puts it into a gallery ####WAS==0.13.0
"nbsphinx", # Parses Jupyter notebooks
"nbsphinx-link", # Adds Jupyter NBs to Sphinx source root
"sphinx-gallery", # Builds an HTML version of a Python script and puts it into a gallery
"sphinxcontrib-apidoc==0.5.0", # More easily document our API
"sphinxext-opengraph", # Generates OpenGraph metadata to make good-looking cards on social media ####WAS==0.8.2
"sphinxext-opengraph", # Generates OpenGraph metadata to make good-looking cards on social media
"sphinx-needs==4.1.0", # Requirements traceability matrices for QA
"sphinxcontrib-plantuml==0.30", # UML support in sphinx-needs
"pandoc", # Must be in the path (to convert file formats)
"ipykernel", # iPython kernel to run Jupyter notebooks ####WAS==6.25.1
"pylint", # Generates UML diagrams ####WAS==2.17.5
"Jinja2", # Used in numpydoc and nbconvert ####WAS==3.0.3
"ipykernel", # iPython kernel to run Jupyter notebooks
"pylint", # Generates UML diagrams
"Jinja2", # Used in numpydoc and nbconvert
"sphinxcontrib-jquery==4.1", # Handle missing jquery errors
]

Expand Down

0 comments on commit 8a967b2

Please sign in to comment.