From c6c3d32282fc3b842c7ec0f0762e8ea1cc099538 Mon Sep 17 00:00:00 2001 From: isotuela Date: Tue, 8 Aug 2023 12:27:17 -0400 Subject: [PATCH] Documenteer layout --- conf.py | 1 + documenteer.toml | 10 ++++++++++ requirements.txt | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 documenteer.toml diff --git a/conf.py b/conf.py index f0d5c776..b75a11b2 100644 --- a/conf.py +++ b/conf.py @@ -1,4 +1,5 @@ import lsst_sphinx_bootstrap_theme +from documenteer.conf.guide import * # -- General configuration ------------------------------------------------ diff --git a/documenteer.toml b/documenteer.toml new file mode 100644 index 00000000..c898b4c0 --- /dev/null +++ b/documenteer.toml @@ -0,0 +1,10 @@ +[project] +title = "Vera C. Rubin Observatory Operations Documentation" +copyright = "2015-2022 Association of Universities for Research in Astronomy, Inc. (AURA)" + +[project.urls] +base_url = "https://obs-ops.lsst.io" +github_url = "https://github.com/lsst-ts/observatory-ops-docs" + +[project.python] +package = "documenteer" diff --git a/requirements.txt b/requirements.txt index 17a9db5c..0ebeba8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -documenteer +documenteer[guide] lsst_sphinx_bootstrap_theme ltd-conveyor sphinx-prompt