forked from NEGU93/cvnn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadthedocs.yml
More file actions
28 lines (22 loc) · 752 Bytes
/
readthedocs.yml
File metadata and controls
28 lines (22 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build all formats
formats:
- epub
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# don't use submodules for documentation (readthedocs fails when using submodules)
submodules:
exclude: all
# https://nbsphinx.readthedocs.io/en/0.8.0/usage.html#Automatic-Creation-of-HTML-and-PDF-output-on-readthedocs.org
python:
version: 3
install:
- requirements: docs/requirements.txt
system_packages: true
# https://nbsphinx.readthedocs.io/en/0.3.3/usage.html#Automatic-Creation-of-HTML-and-PDF-output-on-readthedocs.org
# conda:
# file: docs/environment.yml