Skip to content

Commit

Permalink
drop sphinx_rtd_langs_theme (#137)
Browse files Browse the repository at this point in the history
* drop sphinx_rtd_langs_theme
  • Loading branch information
dmitry-sinina authored Aug 28, 2024
1 parent f91b309 commit 7e58b47
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 1,349 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- uses: actions/checkout@v2

- name: install sphinx
run: pip install sphinx docutils==0.16
# docutils should be < 0.17 for correct rendering. see https://stackoverflow.com/questions/67542699/readthedocs-sphinx-not-rendering-bullet-list-from-rst-file
run: pip install sphinx sphinx_rtd_theme

- name: install graphviz and rclone
run: sudo apt install graphviz rclone
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install sphinx
run: pip install sphinx docutils==0.16
# docutils should be < 0.17 for correct rendering. see https://stackoverflow.com/questions/67542699/readthedocs-sphinx-not-rendering-bullet-list-from-rst-file

run: pip install sphinx sphinx_rtd_theme

- name: install graphviz
run: sudo apt install graphviz
Expand Down
4 changes: 2 additions & 2 deletions en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

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

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand All @@ -117,7 +117,7 @@
# }

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ["../themes"]
#html_theme_path = ["../themes"]

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down
17 changes: 0 additions & 17 deletions themes/sphinx_rtd_langs_theme/__init__.py

This file was deleted.

31 changes: 0 additions & 31 deletions themes/sphinx_rtd_langs_theme/breadcrumbs.html

This file was deleted.

52 changes: 0 additions & 52 deletions themes/sphinx_rtd_langs_theme/footer.html

This file was deleted.

15 changes: 0 additions & 15 deletions themes/sphinx_rtd_langs_theme/langs.html

This file was deleted.

214 changes: 0 additions & 214 deletions themes/sphinx_rtd_langs_theme/layout.html

This file was deleted.

Loading

0 comments on commit 7e58b47

Please sign in to comment.