From 4bc6f3d48839c3486de751e8c6d14f8df61be0ad Mon Sep 17 00:00:00 2001 From: David Morse Date: Mon, 24 Jul 2023 20:26:30 -0500 Subject: [PATCH] Adding .readthedocs.yaml file --- .readthedocs.yaml | 23 +++++++++++++++++++++++ doc/user-man/conf.py | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..d0e4f34 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,23 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 1 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: doc/user-man/conf.py + +# We recommend specifying your dependencies to enable reproducible builds: +# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +# python: +# install: +# - requirements: docs/requirements.txt + diff --git a/doc/user-man/conf.py b/doc/user-man/conf.py index 9f29397..ebcc5fb 100644 --- a/doc/user-man/conf.py +++ b/doc/user-man/conf.py @@ -49,7 +49,7 @@ # General information about the project. project = u'PSCF' -copyright = u'2016, Regents of the University of Minnesota' +copyright = u'2017, Regents of the University of Minnesota' author = u'David Morse' # The version info for the project you're documenting, acts as replacement for