Skip to content

Commit

Permalink
sphinx documentation initial
Browse files Browse the repository at this point in the history
  • Loading branch information
MadScrewdriver committed Aug 20, 2023
1 parent c3de706 commit 032d284
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))

from setup import VERSION


# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
Expand Down Expand Up @@ -27,8 +32,6 @@
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

Expand Down

0 comments on commit 032d284

Please sign in to comment.