Skip to content

Commit

Permalink
use readthedocs theme for docs
Browse files Browse the repository at this point in the history
remove _theme, _templates from docs
move docs requirements to setup.py
migrate to .readthedocs.yaml
  • Loading branch information
iandennismiller committed Jul 2, 2023
1 parent aa3e5aa commit 0abebda
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 1,172 deletions.
25 changes: 25 additions & 0 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- method: pip
path: src
extra_requirements:
- rtd
Empty file removed docs/_static/.gitignore
Empty file.
Empty file removed docs/_templates/.gitignore
Empty file.
7 changes: 0 additions & 7 deletions docs/_templates/sidebarintro.html

This file was deleted.

4 changes: 0 additions & 4 deletions docs/_templates/sidebarlogo.html

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_themes/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions docs/_themes/LICENSE

This file was deleted.

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

This file was deleted.

28 changes: 0 additions & 28 deletions docs/_themes/flask/layout.html

This file was deleted.

20 changes: 0 additions & 20 deletions docs/_themes/flask/relations.html

This file was deleted.

0 comments on commit 0abebda

Please sign in to comment.