File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2121 - name : Set up Python
2222 uses : actions/setup-python@v5
2323 - run :
24- pip install flake8 flake8-import-order sphinx rstcheck[sphinx] doc8
24+ pip install flake8 flake8-import-order sphinx sphinx_rtd_theme
25+ rstcheck[sphinx] doc8
2526 - run : pip install .
2627 - run : flake8 .
2728 - run : doc8 $(git ls-files '*.rst')
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ version: 2
33build :
44 os : ubuntu-22.04
55 tools :
6- python : " 3.11 "
6+ python : " 3.12 "
77sphinx :
88 configuration : docs/conf.py
Original file line number Diff line number Diff line change 1212# -- General configuration ------------------------------------------------
1313
1414extensions = [
15+ 'sphinx_rtd_theme' ,
1516 'sphinx.ext.autodoc' ,
1617]
1718
2930
3031# -- Options for HTML output ----------------------------------------------
3132
32- html_theme = 'default '
33+ html_theme = 'sphinx_rtd_theme '
3334
3435htmlhelp_basename = 'yamllintdoc'
3536
You can’t perform that action at this time.
0 commit comments