From 57309e3784d82cc9e29745ed55759d762e36627f Mon Sep 17 00:00:00 2001 From: maxdolan Date: Tue, 6 Aug 2024 10:28:57 +0100 Subject: [PATCH] deleting old file --- docs/conf.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docs/conf.py diff --git a/docs/conf.py b/docs/conf.py deleted file mode 100644 index 635c684..0000000 --- a/docs/conf.py +++ /dev/null @@ -1,20 +0,0 @@ -# Configuration file for the Sphinx documentation builder. - -# -- Project information ----------------------------------------------------- -project = 'pylj' -author = 'Andrew R. McCluskey' -release = '1.5.2' - -# -- General configuration --------------------------------------------------- -extensions = [ - 'sphinx.ext.autodoc', - 'sphinx.ext.napoleon', - 'sphinx.ext.viewcode', -] - -templates_path = ['_templates'] -exclude_patterns = [] - -# -- Options for HTML output ------------------------------------------------- -html_theme = 'alabaster' -html_static_path = ['_static']