From 6300b6753a553ced95ac269434ebd0e8718e4290 Mon Sep 17 00:00:00 2001 From: Thomas Bury Date: Fri, 22 Sep 2023 20:13:34 +0200 Subject: [PATCH] docs: :wrench: update the readthedocs config files, remove obsolete system pkg option --- .readthedocs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ddb9f6e..d6b00e1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,7 +11,7 @@ build: python: "3.10" jobs: post_install: - - pip uninstall -y sphinx-rtd-theme + - pip uninstall -y sphinx-rtd-theme # Build documentation in the "docs/" directory with Sphinx sphinx: @@ -20,9 +20,9 @@ sphinx: # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: - install: - - method: pip - path: . - extra_requirements: - - docs - system_packages: true \ No newline at end of file + install: + - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - docs