Skip to content

Commit

Permalink
Merge pull request #8093 from ckan/8092-readthedocs-build
Browse files Browse the repository at this point in the history
fix for readthedocs build
  • Loading branch information
kowh-ai committed Mar 7, 2024
2 parents 4f210f9 + dd85e63 commit 116693a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ version: 2
build:
os: ubuntu-22.04
apt_packages:
- libmagic-dev
- libmagic-dev
- libmagic1
tools:
python: "3.10"
jobs:
post_checkout:
- git fetch --tags || true

sphinx:
configuration: doc/conf.py
Expand Down
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@
extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.todo',
'sphinx.ext.autosummary', 'ckan.plugins.toolkit_sphinx_extension',
'sphinx_rtd_theme',
]
html_theme = 'sphinx_rtd_theme'
autodoc_member_order = 'bysource'
todo_include_todos = True

Expand Down

0 comments on commit 116693a

Please sign in to comment.