diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-11-22 14:21:29 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2021-11-30 15:08:21 +0100 |
commit | 3093269296e267427debd31e180ac29fcab349df (patch) | |
tree | 6e7fdf81aa384b9303dc2603e8b3420c969abc7f /examples/sphinx/.readthedocs.yaml | |
parent | d6b7f66b0d3cbc4e7c92a85837a8e74906c08434 (diff) |
Make examples buildable
It now excludes .tox from conf.py.
It locally clones docutils cheatsheet as examples (it should be noted
that cheatsheet.txt is renamed index.rst in it).
[1] https://docutils.sourceforge.io/docs/user/rst/cheatsheet.txt
Issue-ID: DOC-772
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ifd616b797d5a48da5df77b0dfaa0613497b742d8
Diffstat (limited to 'examples/sphinx/.readthedocs.yaml')
-rw-r--r-- | examples/sphinx/.readthedocs.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/sphinx/.readthedocs.yaml b/examples/sphinx/.readthedocs.yaml deleted file mode 100644 index 82889b5ac..000000000 --- a/examples/sphinx/.readthedocs.yaml +++ /dev/null @@ -1,20 +0,0 @@ ---- -# .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required -version: 2 - -build: - image: latest - -python: - version: 3.7 - install: - - requirements: docs/requirements-docs.txt - -submodules: - include: all - -sphinx: - configuration: docs/conf.py |