Skip to content

Commit cd4fcc0

Browse files
committed
Fixing Sphinx config
1 parent 9fd67e8 commit cd4fcc0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/conf.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
import textwrap
55
import furiosa
66

7-
import sys
8-
sys.path.append('../build/src/module')
9-
107
# -- Project information -----------------------------------------------------
118

129
project = 'pocky'
@@ -24,7 +21,7 @@
2421
extensions = ['furiosa', 'breathe', 'exhale', 'sphinx.ext.todo',
2522
'sphinx.ext.autodoc', 'sphinx.ext.napoleon']
2623

27-
root_dir = os.environ['ROOT_DIR']
24+
root_dir = os.environ['GITHUB_WORKSPACE']
2825

2926
breathe_projects = { 'pocky' : './doxygen/xml' }
3027
breathe_default_project = 'pocky'
@@ -38,7 +35,7 @@
3835
OUTPUT_LANGUAGE = English
3936
EXTENSION_MAPPING = h=C cl=C
4037
EXCLUDE_PATTERNS += *.txt *.c *.py
41-
INPUT = {root_dir}/src
38+
INPUT = {root_dir}/src/ext
4239
RECURSIVE = YES
4340
QUIET = YES
4441
PREDEFINED += DOXYGEN_SHOULD_SKIP_THIS

0 commit comments

Comments
 (0)