From 5308c45bb55174cd4922404ed9a7463980617685 Mon Sep 17 00:00:00 2001 From: Carl OS Date: Mon, 25 Nov 2019 18:06:28 +0100 Subject: [PATCH] RTD fix --- .readthedocs.yml | 21 +++++++++++++++++++++ requirements.txt | 1 + 2 files changed, 22 insertions(+) create mode 100644 .readthedocs.yml create mode 100644 requirements.txt diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..ff1cafc --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,21 @@ +# .readthedocs.yml +# Read the Docs configuration file + +# Required +version: 2 + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: FIDL/docs/conf.py + +# Optionally build your docs in additional formats such as PDF and ePub +formats: all + +# Optionally set the version of Python and requirements required to build your docs +python: + version: 2.7 + install: + - requirements: FIDL/docs/requirements.txt + - requirements: requirements.txt + - method: pip + path: . diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..04634b6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +networkx==2.2