We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b311dd2 commit 13ff013Copy full SHA for 13ff013
.readthedocs.yaml
@@ -1,11 +1,5 @@
1
-# .readthedocs.yaml
2
-# Read the Docs configuration file
3
-# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
-
5
-# Required
6
version: 2
7
8
-# Set the version of Python and other tools you might need
9
build:
10
os: ubuntu-20.04
11
tools:
@@ -19,15 +13,8 @@ python:
19
13
path: .
20
14
extra_requirements:
21
15
- docs
22
- system_packages: true
23
16
24
-# Build documentation in the docs/ directory with Sphinx
25
17
sphinx:
26
18
builder: html
27
configuration: docs/conf.py
28
fail_on_warning: false
29
30
-# Python requirements required to build your docs
31
-python-requirements:
32
- install:
33
- - requirements: docs/requirements.txt
0 commit comments