From d0fb39ddbdb5816c25870ca4db36985a70799a81 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 13 Apr 2021 10:06:44 -0700 Subject: Adding Sphinx documentation generation for the docs. Signed-off-by: Tim 'mithro' Ansell --- docs/environment.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/environment.yml (limited to 'docs/environment.yml') diff --git a/docs/environment.yml b/docs/environment.yml new file mode 100644 index 0000000..4b74234 --- /dev/null +++ b/docs/environment.yml @@ -0,0 +1,16 @@ +name: fpga-interchange-schema-docs +channels: +- SymbiFlow +- conda-forge +- defaults +dependencies: +- python=3.7 +- pip +# ReadTheDoc dependencies +- mock +- pillow +- sphinx +- sphinx_rtd_theme +# Packages installed from PyPI +- pip: + - -r file:requirements.txt -- cgit v1.2.3