From de65c5c147c52b9b60e16c202dfa6693ec73a199 Mon Sep 17 00:00:00 2001 From: Manas Rachh Date: Thu, 1 Feb 2024 16:26:27 -0500 Subject: [PATCH] fixing documentation --- docs/conf.py | 4 ++-- docs/requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f7f90ccf..e1bd27b4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,8 +20,8 @@ # 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.append(os.path.abspath('sphinxext')) -sys.path.insert(0,os.path.abspath('../../texext')) +#sys.path.append(os.path.abspath('sphinxext')) +#sys.path.insert(0,os.path.abspath('../../texext')) # -- General configuration ------------------------------------------------ diff --git a/docs/requirements.txt b/docs/requirements.txt index a6adccf7..35effd55 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ texext sphinxcontrib.bibtex +sphinx_rtd_theme