Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
ALPACA
CASPER
mlib_devel
Commits
d93f6431
Commit
d93f6431
authored
2 years ago
by
Jonathon Kocz
Browse files
Options
Download
Email Patches
Plain Diff
attempting to fix doc genereation with new local yaml file
parent
b11ef1fa
m2021a
rfsocs/devel-m2021a
rfsocs/devel-m2021a-dma
rfsocs/dual-tile-fix
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.readthedocs.yaml
+29
-0
.readthedocs.yaml
with
29 additions
and
0 deletions
+29
-0
.readthedocs.yaml
0 → 100644
+
29
-
0
View file @
d93f6431
# .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
:
docs/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
:
docs/requirements.txt
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Topics
Snippets