Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane committed Feb 3, 2024
1 parent ff7c1ab commit 2378796
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Configuration file for Sphinx documentation builder.

import os
import sys

sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))

from conf import *

# -- Project information -----------------------------------------------------

project = 'FusionPBX'
Expand All @@ -20,5 +27,5 @@

# -- Options for HTML output -------------------------------------------------

html_theme = 'alabaster'
html_static_path = ['source']
#html_theme = 'alabaster'
#html_static_path = ['_source_']

0 comments on commit 2378796

Please sign in to comment.