Skip to content

Commit

Permalink
Merge pull request #116 from Integration-Automation/dev
Browse files Browse the repository at this point in the history
Edit doc config
  • Loading branch information
JE-Chen authored Aug 11, 2023
2 parents d190b3e + 59cf160 commit 42ff3d8
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,27 @@
import os
import sys

sys.path.insert(0, os.path.abspath('source'))
sys.path.insert(0, os.path.abspath("source"))

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


project = 'JEditor'
copyright = '2020~2023, JE-Chen'
author = 'JE-Chen'
project = "JEditor"
copyright = "2020~2023, JE-Chen"
author = "JE-Chen"

# The full version, including alpha/beta/rc tags
release = '0.0.0.1'
release = "0.0.0.1"

# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# extensions coming with Sphinx (named "sphinx.ext.*") or your custom
# ones.
extensions = [
]
extensions = ["groundwork-sphinx-theme"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
templates_path = ["_templates"]

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand All @@ -46,9 +45,9 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_theme = "groundwork-sphinx-theme"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ["_static"]

0 comments on commit 42ff3d8

Please sign in to comment.