Skip to content

Commit c98bc1b

Browse files
authored
Update sphinx config (#100)
2 parents 4a540e7 + 33324ee commit c98bc1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source/ads.jobs.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ ads.jobs package
66

77
ads.jobs
88

9+
910
Subpackages
1011
-----------
1112

1213
.. toctree::
13-
:maxdepth: 1
14+
:maxdepth: 3
1415

1516
ads.jobs.builders
1617
ads.jobs.schema

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# This causes documentation within the __init__ method to be pulled into the documentation properly
1010
autoclass_content = "both"
1111

12-
sys.path.insert(0, os.path.abspath("../../advanced-ds"))
12+
sys.path.insert(0, os.path.abspath("../../ads"))
1313

1414
# -- Project information -----------------------------------------------------
1515

0 commit comments

Comments
 (0)