From 5f4306327264e8c5ba3881559248cda26ab301d8 Mon Sep 17 00:00:00 2001 From: Jirka Date: Fri, 10 Nov 2023 08:16:20 +0100 Subject: [PATCH] docs: try to fix mkdocs --- .readthedocs.yml | 2 +- mkdocs.yml => docs/mkdocs.yml | 0 requirements_dev.txt | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename mkdocs.yml => docs/mkdocs.yml (100%) diff --git a/.readthedocs.yml b/.readthedocs.yml index fb2c0ad6..a610d342 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,7 +11,7 @@ version: 2 # Build documentation with MkDocs mkdocs: - configuration: mkdocs.yml + configuration: docs/mkdocs.yml # Optionally build your docs in additional formats such as PDF formats: diff --git a/mkdocs.yml b/docs/mkdocs.yml similarity index 100% rename from mkdocs.yml rename to docs/mkdocs.yml diff --git a/requirements_dev.txt b/requirements_dev.txt index 78fffb14..bfa09506 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,6 +4,6 @@ bump2version ==1.0.1 # coverage >=4.5.4 mkdocs-material ==9.1.* mkdocstrings[python] ==0.22.* -mknotebooks ==0.7.* +mknotebooks ==0.8.* pytest >=5.3.2 pytest-runner >=5.1