Skip to content

Commit

Permalink
Remove python stub search
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Feb 24, 2024
1 parent 82fc16d commit acbfd57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions docs/doxygen/conf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# The sphinx template and setup was mostly adopted from openimageios docs to mimic their styling
import subprocess, os, sys

# Add the stubs path to system path so that we can use those for documentation
sys.path.insert(0, os.path.abspath("../../python/psapi"))

def configureDoxyfile(input_dir, output_dir):
with open('Doxyfile.in', 'r') as file :
Expand Down
1 change: 1 addition & 0 deletions docs/doxygen/python/layeredfile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ Class Reference LayeredFile
:members:

.. automethod:: __getitem__

0 comments on commit acbfd57

Please sign in to comment.