From 1a9135e2f59c76c454f03858b1ac659d21b0a860 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 19 Dec 2023 17:38:40 -0500 Subject: [PATCH] Removed the pip install bit to prevent the building of the project --- .readthedocs.yaml | 4 ---- pyproject.toml | 15 --------------- 2 files changed, 19 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6ea4f017f..b345f7875 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,8 +20,4 @@ build: - ford fortran_docs.md python: install: - - method: pip - path: . - extra_requirements: - - docs - requirements: docs/requirements.txt diff --git a/pyproject.toml b/pyproject.toml index 831396ab2..d1068a8bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,18 +142,3 @@ CMAKE_INSTALL_LIBDIR="lib" path = "version.txt" location = "source" template = '''${version}''' - -[project.optional-dependencies] -docs = [ - "sphinx", - "sphinx-autosummary-accessors", - "sphinx-book-theme >= 0.3.0", - "sphinx-copybutton", - "sphinx-design", - "sphinx-inline-tabs", - "sphinxext-rediraffe", - "sphinxext-opengraph", - "nbsphinx", - "ipython", - "ford", -]