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