Move Sphinx sources to O.Common/rtd-src

Adds the build target 'sphinx' for manual Sphinx runs, and
installs the output of that under $(INSTALL_HTML)/readthedocs

Adjusted some Sphinx config parameters and titles.
This commit is contained in:
Andrew Johnson
2024-08-24 21:45:13 -05:00
parent be4d1604ba
commit af206ba7fc
4 changed files with 15 additions and 12 deletions

View File

@ -17,9 +17,9 @@ sys.path.insert(0, os.path.abspath("."))
# -- Project information -----------------------------------------------------
project = "EPICS base documentation"
project = "EPICS Base Documentation"
copyright = "EPICS Controls"
author = "EPICS"
author = "The EPICS Collaboration"
# -- General configuration ---------------------------------------------------
@ -50,7 +50,7 @@ primary_domain = "cpp"
highlight_language = "cpp"
# Add any paths that contain templates here, relative to this directory.
templates_path = ["../modules/libcom/src/cxxTemplates"]
# templates_path = ()
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.