Skip to content

Commit

Permalink
Note dependency on PyData Sphinx theme
Browse files Browse the repository at this point in the history
New requirement introduced in Cantera/cantera#1573.

Removes dependency on KaTeX.
  • Loading branch information
speth committed Aug 13, 2023
1 parent e68b49a commit 546edf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/compiling/compilation-reqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ Conda Requirements
- ipython # optional (needed for nicer interactive command line)
# - jupyter # optional (needed for Jupyter Notebook)
# - sphinx # optional (needed for documentation)
# - pydata-sphinx-theme # optional (needed for documentation)
# - sphinx-argparse # optional (needed for documentation)
# - doxygen # optional (needed for documentation)
# - graphviz # optional (needed for documentation)
# - pip: # optional (list of PyPI managed packages)
# - sphinxcontrib-matlabdomain # optional (needed for documentation)
# - sphinxcontrib-katex # optional (needed for documentation)
# - sphinxcontrib-doxylink # optional (needed for documentation)
The environment is then created and activated using
Expand Down
2 changes: 1 addition & 1 deletion pages/compiling/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ Optional Dependencies
* Packages required for building Sphinx documentation

* `Sphinx <http://www.sphinx-doc.org/en/stable/>`__
* `PyData Sphinx theme <https://pydata-sphinx-theme.readthedocs.io/en/stable/>`__
* `Pygments <http://pygments.org/>`__
* `pyparsing <https://sourceforge.net/projects/pyparsing/>`__
* `sphinx-argparse <https://sphinx-argparse.readthedocs.io/en/latest/>`__
* `doxylink <https://pythonhosted.org/sphinxcontrib-doxylink/>`__
* `matlabdomain <https://pypi.org/project/sphinxcontrib-matlabdomain>`__
* `katex <https://github.com/hagenw/sphinxcontrib-katex/>`__

* `Doxygen <http://doxygen.nl/>`__

Expand Down

0 comments on commit 546edf3

Please sign in to comment.