Skip to content

Commit

Permalink
add source path to Sphinx configuration to fix GitHub Pages documenta…
Browse files Browse the repository at this point in the history
…tion build issue
  • Loading branch information
fjxmlzn committed Nov 25, 2024
1 parent 1106f22 commit d056a23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import os
import sys

sys.path.insert(0, os.path.abspath("../.."))

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

Expand Down

0 comments on commit d056a23

Please sign in to comment.