Skip to content

Commit

Permalink
Update reference file folder names.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 20, 2023
1 parent 95cb63f commit 43d439b
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_output/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_html_output(page: BeautifulSoup, html_regression: HTMLRegressionFixture
Parametrize new files here rather than as their own function.
"""

html_regression.check(page)
html_regression.check(page, jinja2=True)


@only_version("3.6")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
{% if docutils_version >= (0, 18) %}<meta content="Docutils 0.18.1: http://docutils.sourceforge.net/" name="generator"/>
{% elif docutils_version >= (0, 17) %}<meta content="Docutils 0.17.1: http://docutils.sourceforge.net/" name="generator"/>
<title>
{% endif %}<title>
Autoconfig — Python documentation
</title>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js">
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 43d439b

Please sign in to comment.