Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-28625: Remove doxygen and modernize sphinx config #354

Merged
merged 2 commits into from
Feb 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions doc/SConscript

This file was deleted.

13 changes: 6 additions & 7 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
This configuration only affects single-package Sphinx documenation builds.
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.obs.base
from documenteer.conf.pipelinespkg import * # noqa: F403


_g = globals()
_g.update(build_package_configs(
project_name='obs_base',
version=lsst.obs.base.version.__version__))
project = "obs_base"
html_theme_options["logotext"] = project # noqa: F405
html_title = project
html_short_title = project
doxylink = {}
Empty file removed doc/doxygen.conf.in
Empty file.