Skip to content

Commit

Permalink
merged in remote/fix-sphinx-properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 11, 2021
2 parents af183f0 + d65305d commit e0d09f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,5 +415,5 @@ def filtered_files(base, unfiltered_files_filename):
os.remove(fl)
os.chdir("../..") # WARNING! RELATIVE FILENAMES CHANGE MEANING HERE!
apidoc.main([
'-q', '-o', _output_dir, _package_base,
'-o', _output_dir, _package_base,
*filtered_files(_package_base, _unfiltered_files)])

0 comments on commit e0d09f7

Please sign in to comment.