Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
fuss-manager
Commits
c1ba9041
Commit
c1ba9041
authored
Aug 27, 2020
by
Elena Grandi
Browse files
Configure building on readthedocs
parent
b05cc6eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.readthedocs.yml
0 → 100644
View file @
c1ba9041
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version
:
2
# Build documentation in the docs/ directory with Sphinx
sphinx
:
configuration
:
docs/conf.py
# Optionally build your docs in additional formats such as PDF
formats
:
all
# Optionally set the version of Python and requirements required to build your docs
python
:
version
:
3.7
install
:
-
requirements
:
docs/requirements.txt
-
method
:
setuptools
path
:
package
system_packages
:
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment