Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
icare
STDPipe
Commits
47831374
Commit
47831374
authored
May 28, 2022
by
karpov-sv
Browse files
Try fixing RTD build of documentation
parent
140f6bda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
.readthedocs.yaml
.readthedocs.yaml
+29
-0
No files found.
.readthedocs.yaml
0 → 100644
View file @
47831374
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version
:
2
# Set the version of Python and other tools you might need
build
:
os
:
ubuntu-20.04
tools
:
python
:
"
3.9"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
# golang: "1.17"
# Build documentation in the docs/ directory with Sphinx
sphinx
:
configuration
:
doc/conf.py
# If using Sphinx, optionally build your docs in additional formats such as PDF
formats
:
-
pdf
# Optionally declare the Python requirements required to build your docs
python
:
install
:
-
requirements
:
requirements_dev.txt
\ No newline at end of file
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