Skip to content

Commit

Permalink
Merge branch 'pmderodat/doc' into 'master'
Browse files Browse the repository at this point in the history
Documentation: add an API Reference

See merge request it/e3-testsuite!11
  • Loading branch information
pmderodat committed Jul 17, 2023
2 parents 8aafb8e + 9bfa896 commit 131fd0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,10 @@

# A list of files that should not be packed into the epub file.
epub_exclude_files = ["search.html"]

import os.path
import sys
sys.path.insert(0, os.path.abspath("../src"))
extensions += ["autoapi.extension"]
autoapi_type = "python"
autoapi_dirs = ["../src/e3"]
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-autoapi

0 comments on commit 131fd0b

Please sign in to comment.