Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,14 @@ jobs:
cache: pip
- name: install dependencies
run: |
pip install -e .
pip install -e ".[html]"
pip install sphinx -r docs/requirements.txt
- name: build docs
run: sphinx-build -W -b html docs docs/_build/html
- name: run doctests
run: sphinx-build -b doctest docs docs/_build/doctest
- name: check links
run: sphinx-build -b linkcheck docs docs/_build/linkcheck

typecheck:
name: "typecheck"
Expand Down
37 changes: 0 additions & 37 deletions docs/_themes/LICENSE.flask

This file was deleted.

31 changes: 0 additions & 31 deletions docs/_themes/README.flask

This file was deleted.

39 changes: 0 additions & 39 deletions docs/_themes/alabaster/about.html

This file was deleted.

86 changes: 0 additions & 86 deletions docs/_themes/alabaster/alabaster_theme_support.py

This file was deleted.

9 changes: 0 additions & 9 deletions docs/_themes/alabaster/donate.html

This file was deleted.

48 changes: 0 additions & 48 deletions docs/_themes/alabaster/layout.html

This file was deleted.

10 changes: 0 additions & 10 deletions docs/_themes/alabaster/navigation.html

This file was deleted.

Loading
Loading