Skip to content

Commit

Permalink
Attempt to get Sphinx working.
Browse files Browse the repository at this point in the history
  • Loading branch information
djgroen committed Dec 1, 2023
1 parent c800364 commit ee55fe4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
17 changes: 0 additions & 17 deletions docs/mkdocs-requirements.txt

This file was deleted.

11 changes: 7 additions & 4 deletions readthedocs.yml
Expand Up @@ -10,14 +10,17 @@ build:
python: "3.8"

# Build documentation with MkDocs
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false
sphinx:
configuration: docs/conf.py

#mkdocs:
# configuration: mkdocs.yml
# fail_on_warning: false

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/mkdocs-requirements.txt
- requirements: docs/requirements.txt
- requirements: requirements.txt
# - method: setuptools
# path: .
Expand Down

0 comments on commit ee55fe4

Please sign in to comment.