summaryrefslogtreecommitdiffstats
path: root/doc/developer
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-09-28 11:36:29 +0200
committerGitHub <noreply@github.com>2023-09-28 11:36:29 +0200
commit6a9fe6fac3876a180820418e83d9e4cb0ac30040 (patch)
treeb8f734ad224da7037cc97a677c01d1a6d448f6e3 /doc/developer
parentMerge pull request #14499 from qlyoung/fix-doc-whitespace-toctree (diff)
parentdoc: add .readthedocs.yaml configs (diff)
downloadfrr-6a9fe6fac3876a180820418e83d9e4cb0ac30040.tar.xz
frr-6a9fe6fac3876a180820418e83d9e4cb0ac30040.zip
Merge pull request #14500 from qlyoung/add-rtd-config
doc: add .readthedocs.yaml configs
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/.readthedocs.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/developer/.readthedocs.yaml b/doc/developer/.readthedocs.yaml
new file mode 100644
index 000000000..9acbedb9c
--- /dev/null
+++ b/doc/developer/.readthedocs.yaml
@@ -0,0 +1,16 @@
+# Required
+version: 2
+
+# Set the version of Python and other tools you might need
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.11"
+
+# Build documentation in the docs/ directory with Sphinx
+sphinx:
+ configuration: doc/developer/conf.py
+
+python:
+ install:
+ - requirements: doc/requirements.txt