Skip to content

Commit

Permalink
RTD update
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Jul 17, 2024
1 parent 95b791c commit d4e31d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ sphinx:
configuration: docs/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
builder: html
# Fail on all warnings to avoid broken references
fail_on_warning: true

Expand Down
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
html_theme = "sphinx_rtd_theme"
master_doc = "index"

# Set canonical URL from the Read the Docs Domain
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "docs.python-arango.com")

autodoc_member_order = "bysource"

doctest_global_setup = """
Expand Down

0 comments on commit d4e31d5

Please sign in to comment.