Skip to content

Commit

Permalink
Fixing Sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
emprice committed Apr 1, 2024
1 parent 9fd67e8 commit cd4fcc0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
import textwrap
import furiosa

import sys
sys.path.append('../build/src/module')

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

project = 'pocky'
Expand All @@ -24,7 +21,7 @@
extensions = ['furiosa', 'breathe', 'exhale', 'sphinx.ext.todo',
'sphinx.ext.autodoc', 'sphinx.ext.napoleon']

root_dir = os.environ['ROOT_DIR']
root_dir = os.environ['GITHUB_WORKSPACE']

breathe_projects = { 'pocky' : './doxygen/xml' }
breathe_default_project = 'pocky'
Expand All @@ -38,7 +35,7 @@
OUTPUT_LANGUAGE = English
EXTENSION_MAPPING = h=C cl=C
EXCLUDE_PATTERNS += *.txt *.c *.py
INPUT = {root_dir}/src
INPUT = {root_dir}/src/ext
RECURSIVE = YES
QUIET = YES
PREDEFINED += DOXYGEN_SHOULD_SKIP_THIS
Expand Down

0 comments on commit cd4fcc0

Please sign in to comment.