From 546edf330fcb2356af3b402658942829f3534190 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sun, 13 Aug 2023 16:19:21 -0400 Subject: [PATCH] Note dependency on PyData Sphinx theme New requirement introduced in Cantera/cantera#1573. Removes dependency on KaTeX. --- pages/compiling/compilation-reqs.rst | 2 +- pages/compiling/dependencies.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/compiling/compilation-reqs.rst b/pages/compiling/compilation-reqs.rst index 7e6896a2..5fa91b2e 100644 --- a/pages/compiling/compilation-reqs.rst +++ b/pages/compiling/compilation-reqs.rst @@ -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 diff --git a/pages/compiling/dependencies.rst b/pages/compiling/dependencies.rst index b97d1723..f81ddd92 100644 --- a/pages/compiling/dependencies.rst +++ b/pages/compiling/dependencies.rst @@ -175,12 +175,12 @@ Optional Dependencies * Packages required for building Sphinx documentation * `Sphinx `__ + * `PyData Sphinx theme `__ * `Pygments `__ * `pyparsing `__ * `sphinx-argparse `__ * `doxylink `__ * `matlabdomain `__ - * `katex `__ * `Doxygen `__