From 2a48375e207efc4e215782a3a617e161a2363a66 Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Sat, 30 Jul 2022 12:15:57 +0200 Subject: [PATCH] Fix RTD --- .readthedocs.yaml | 2 +- docs/sphinx/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7273ef8..9758fc8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,7 +22,7 @@ python: # - requirements: docs/sphinx/requirements.txt extra_requirements: - myst_parser[linkify] - - sphinxcontrib.mermaid + - sphinxcontrib-mermaid # submodules: diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 2d5c71c..80492ea 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -162,7 +162,7 @@ print('To build the documentation, The distribution information') print('Has to be available. Either install the package into your') print('development environment or run "setup.py develop" to setup the') - print('metadata. A virtualenv is recommended!') + print('metadata. A virtualenv is recommended!') sys.exit(1) # release = "0.0.0" # # TODO: 2015-09-05: fails since last month: workaround like this: