Skip to content

Commit

Permalink
Docs fixes for 3rd-party building.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTArthur committed Feb 14, 2022
1 parent 6a12d74 commit 364dc12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@
# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
build:
os: ubuntu-20.04
tools:
python: '3.10'

sphinx:
configuration: docs/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
version: '3.8'
install:
- requirements: requirements.docs.txt

build:
apt_packages:
- vapoursynth
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'python': ('https://docs.python.org/3', None),
'vapoursynth': ('http://www.vapoursynth.com/doc', None)
}
autodoc_mock_imports = ['vapoursynth']


# -- Options for HTML output -------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion requirements.docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Sphinx==4.4.0
VapourSynth==57

0 comments on commit 364dc12

Please sign in to comment.