Skip to content

Commit

Permalink
Fix Readthedocs (#346)
Browse files Browse the repository at this point in the history
* Fix .readthedocs.yml

* More .readthedocs.yml changes

* Checkout Makefile from master

* Update docs/requirements.txt

* Add sphinx-rtd-theme to docs/requirements.txt

* Formatting
  • Loading branch information
JeffLIrion committed Oct 26, 2023
1 parent 8a41ad2 commit 7aa7c6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the OS
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -14,6 +20,5 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
9 changes: 6 additions & 3 deletions docs/requirements.txt
@@ -1,3 +1,6 @@
sphinx==2.1.2
androidtv
aiofiles
# Standard requirements
sphinx
sphinx-rtd-theme

# Specific requirements for this project
androidtv[async]

0 comments on commit 7aa7c6a

Please sign in to comment.