Skip to content

Commit

Permalink
BUG: readthedocs build error, 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lzkelley committed Feb 7, 2024
1 parent 00916ff commit f865e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# Define the configuration for sphinx-apidoc
apidoc_module_dir = 'source/apidoc_modules'
apidoc_excluded_paths = ['../holodeck/detstats.py', '../holodeck/anisotropy.py', '../holodeck/librarian/_librarian.py']
apidoc_excluded_paths = ['../holodeck/detstats.py', '../holodeck/anisotropy.py']
apidoc_command_options = ' '.join([
'-e', # Create separate files for each module
'-P', # Include private modules
Expand All @@ -57,7 +57,7 @@ def run_apidoc(_):
'-T',
'-f',
'-o', apidoc_module_dir,
'../holodeck',
'../../holodeck',
*apidoc_excluded_paths,
]
main(argv)
Expand Down

0 comments on commit f865e45

Please sign in to comment.