Skip to content

Commit

Permalink
Add latex to apt package of RTD config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Dec 11, 2023
1 parent fa1a3cc commit 8b64260
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
apt_packages:
- texlive-latex-extra
tools:
python: "3.7"

python: "3.8"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand Down
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ def generate_kpi_description(input_csv_file, output_path):
"sphinx.ext.imgmath",
"sphinx.ext.autosummary",
"sphinx.ext.mathjax",
"sphinx.ext.viewcode",
"sphinx.ext.extlinks",
"sphinx_design",
# "sphinxcontrib.rsvgconverter",
"numpydoc",
]
Expand Down

0 comments on commit 8b64260

Please sign in to comment.