Skip to content

Commit

Permalink
Removed Jinja2 snippet
Browse files Browse the repository at this point in the history
I'm silly - although Jinja2 was installed by default, I don't believe it's used by default (& we weren't using any jinja templates AFAIK)
  • Loading branch information
MoltonMontro committed Jul 17, 2024
1 parent 09e99ab commit 480375c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ formats:
- epub

build:
os: "ubuntu-22.04"
os: ubuntu-22.04
tools:
python: "3.8"

python:
install:
- requirements: "requirements.txt"
- requirements: requirements.txt

sphinx:
configuration: "conf.py"
configuration: conf.py
fail_on_warning: true # Make warnings more visible by forcing build to fail
4 changes: 0 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
# Define the canonical URL if you are using a custom domain on Read the Docs
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "")

# Tell Jinja2 templates the build is running on Read the Docs
if os.environ.get("READTHEDOCS", "") == "True":
html_context["READTHEDOCS"] = True

# These folders are copied to the documentation's HTML output
html_static_path = ["_static"]

Expand Down

0 comments on commit 480375c

Please sign in to comment.