From f6733edc53f9c85c3b3ce67ee766181aa96b99ca Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 21 Jan 2022 15:36:22 +0100 Subject: docs: Add shim Sphinx config for readthedocs This adds a faux Sphinx project under host/docs. When invoking sphinx, it will in fact forward the generator request to Doxygen. This is useful for generating the UHD manual, e.g., on readthedocs. To enable the latter service, .readthedocs.yaml and environment.yml files were added as well. --- host/docs/sphinx/environment.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 host/docs/sphinx/environment.yml (limited to 'host/docs/sphinx/environment.yml') diff --git a/host/docs/sphinx/environment.yml b/host/docs/sphinx/environment.yml new file mode 100644 index 000000000..16a5c10d5 --- /dev/null +++ b/host/docs/sphinx/environment.yml @@ -0,0 +1,7 @@ +name: UHD +channels: + - conda-forge + - defaults +dependencies: + - cmake + - compilers -- cgit v1.2.3