Skip to content

Commit

Permalink
replace theme to rtd theme to check workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jday7879 committed Jan 3, 2025
1 parent 0694346 commit cbeb82c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"sphinx.ext.githubpages",
"sphinx.ext.napoleon",
"myst_parser",
"govuk_tech_docs_sphinx_theme",
"sphinx_rtd_theme",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -61,7 +61,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for a list of
# builtin themes.
html_theme = "govuk_tech_docs_sphinx_theme"
html_theme = "sphinx_rtd_theme"

# Variables to pass to each HTML page to help populate page-specific options
html_context = {
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ coverage
detect-secrets==1.0.3
#pytest-cookies
git+https://github.com/Jacobb164/pytest-cookies
govuk-tech-docs-sphinx-theme
sphinx-rtd-theme
jinja2-time
myst-parser
pre-commit
pytest
pytest-mock
pytest-xdist
python-dotenv
Sphinx==5.0.0
Sphinx
toml

0 comments on commit cbeb82c

Please sign in to comment.