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 a7b3084 commit af50a2c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
# 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'
author = 'Multiple Authors'

# -- General configuration ---------------------------------------------------
master_doc = 'source/index'
master_doc = '../source/index'

# Add any Sphinx extension module names here, as strings.
extensions = [
Expand Down

0 comments on commit af50a2c

Please sign in to comment.