From 3a75884c12b8e8a283b3943b1badc4dabe490013 Mon Sep 17 00:00:00 2001 From: eli knaap Date: Wed, 8 Mar 2023 12:26:30 -0800 Subject: [PATCH] update docs config --- docs/conf.py | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c8d94492..28f3c2b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,12 +16,7 @@ # 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. # -import sys, os import sphinx_bootstrap_theme - - -sys.path.insert(0, os.path.abspath("../../")) - import geosnap @@ -42,8 +37,6 @@ "sphinx.ext.doctest", "sphinx.ext.intersphinx", "numpydoc", - #'recommonmark', - #'sphinx.ext.napoleon', "matplotlib.sphinxext.plot_directive", ] @@ -57,6 +50,7 @@ # 'backreferences_dir': False, # } +bibtex_bibfiles = ["_static/references.bib"] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] @@ -81,6 +75,8 @@ version = geosnap.__version__ release = geosnap.__version__ +language = "en" + # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. #