Skip to content

Commit

Permalink
Try building like sphinx-c-autodoc does (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 1, 2024
1 parent e7acb0e commit fea2a67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@
# https://www.sphinx-doc.org/en/master/usage/extensions/todo.html#configuration

todo_include_todos = True

if 'GITHUB_ACTION' in os.environ:
from clang import cindex
cindex.Config.set_library_file("/usr/lib/x86_64-linux-gnu/libclang-17.so")

0 comments on commit fea2a67

Please sign in to comment.