summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorTim 'mithro' Ansell <tansell@google.com>2021-04-13 10:06:44 -0700
committerTim 'mithro' Ansell <tansell@google.com>2021-04-13 12:21:08 -0700
commitd0fb39ddbdb5816c25870ca4db36985a70799a81 (patch)
tree67d03f746639cc3374b6e295d24ece0e9499d573 /.readthedocs.yml
parentb16d955f43dd8f59fc714d506461d1d9f8a4a777 (diff)
downloadfpga-interchange-schema-d0fb39ddbdb5816c25870ca4db36985a70799a81.tar.gz
fpga-interchange-schema-d0fb39ddbdb5816c25870ca4db36985a70799a81.tar.bz2
fpga-interchange-schema-d0fb39ddbdb5816c25870ca4db36985a70799a81.zip
Adding Sphinx documentation generation for the docs.
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 0000000..93b8e44
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,16 @@
+# .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
+
+formats:
+ - htmlzip
+
+conda:
+ environment: docs/environment.yml