Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Feb 6, 2024
1 parent dd99a1c commit 5386eee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
- run:
pip install flake8 flake8-import-order sphinx rstcheck[sphinx] doc8
pip install flake8 flake8-import-order sphinx sphinx_rtd_theme
rstcheck[sphinx] doc8
- run: pip install .
- run: flake8 .
- run: doc8 $(git ls-files '*.rst')
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Expand Up @@ -3,6 +3,6 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"
sphinx:
configuration: docs/conf.py
3 changes: 2 additions & 1 deletion docs/conf.py
Expand Up @@ -13,6 +13,7 @@

extensions = [
'sphinx.ext.autodoc',
'sphinx_rtd_theme',
]

source_suffix = '.rst'
Expand All @@ -29,7 +30,7 @@

# -- Options for HTML output ----------------------------------------------

html_theme = 'default'
html_theme = 'sphinx_rtd_theme'

htmlhelp_basename = 'yamllintdoc'

Expand Down

0 comments on commit 5386eee

Please sign in to comment.