Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Dec 21, 2023
1 parent 103d716 commit abd4606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
extensions = ['sphinx_c_autodoc', 'sphinx_c_autodoc.napoleon']
language = 'c'
c_autodoc_roots = ['../include/zenoh-pico/api/']
c_autodoc_compilation_args = ["-DZ_FEATURE_PUBLICATION=1", "-DZ_FEATURE_SUBSCRIPTION=1",
"-DZ_FEATURE_QUERY=1", "-DZ_FEATURE_QUERYABLE=1"]

# -- Options for HTML output -------------------------------------------------
html_theme = 'sphinx_rtd_theme'
Expand Down

0 comments on commit abd4606

Please sign in to comment.