From 5e3f4e17e1b1960e2b64096ff78f5fa426f9ca7d Mon Sep 17 00:00:00 2001 From: Tom Vander Aa Date: Fri, 28 Jun 2024 09:11:04 +0200 Subject: [PATCH] docs: update sphinx conf and deps --- docs/conf.py | 3 +-- docs/requirements.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b550bb40b..a8e393bd5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,6 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. sys.path.insert(0, os.path.abspath('.')) -sys.path.insert(0, os.path.abspath('../python/matrix_io')) # Exclude build directory and Jupyter backup files: exclude_patterns = ['_build', '**.ipynb_checkpoints'] @@ -116,7 +115,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/docs/requirements.txt b/docs/requirements.txt index a5023af62..99f7f5bbe 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,6 @@ ipython sphinx>=1.4 +sphinx_rtd_theme ipykernel nbsphinx pygments>=2.6.1