Skip to content

Commit

Permalink
Merge pull request #131 from csdms/mdpiper/fix-docs-builds
Browse files Browse the repository at this point in the history
Fix docs builds
  • Loading branch information
mdpiper committed Nov 3, 2023
2 parents 2c59917 + 0237d41 commit 641ce39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ sphinx:
configuration: docs/source/conf.py
fail_on_warning: false

formats:
- htmlzip

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def build_docs(session: nox.Session) -> None:
"html",
"-W",
"--keep-going",
docs_dir / "source",
build_dir / "html",
(docs_dir / "source").as_posix(),
(build_dir / "html").as_posix(),
)
session.log(f"generated docs at {build_dir / 'html'!s}")

Expand Down

0 comments on commit 641ce39

Please sign in to comment.