Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Removed the pip install bit to prevent the building of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 19, 2023
1 parent c9ff3bf commit 1a9135e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
4 changes: 0 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ build:
- ford fortran_docs.md
python:
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: docs/requirements.txt
15 changes: 0 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

0 comments on commit 1a9135e

Please sign in to comment.