Skip to content

Commit

Permalink
docs: Teach Jekyll to ignore fewer Python API docs
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick M. Niedzielski <[email protected]>
  • Loading branch information
pniedzielski committed Dec 8, 2023
1 parent 48ec209 commit 7d5fce3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,20 @@ exclude:
# theme test code
- fixtures/

# Jekyll ignores files whose name begins with an underscore by default, yet the
# Python SDK API documentation generated by Sphinx creates many of these. We
# have to explicitly include each such file here or it will not be copied into
# the GitHub Pages.
include:
- _static
- _modules
- _sources
- _sphinx_javascript_frameworks_compat.js # Required for the Python SDK API documentation
- _sphinx_javascript_frameworks_compat.js
- _enums.html
- _messages.html
- _monitors.html
- _session.html
- _timeouts.html

# Set a path/url to a logo that will be displayed instead of the title
logo: "/assets/images/Asset [email protected]"
Expand Down

0 comments on commit 7d5fce3

Please sign in to comment.