Skip to content

Commit

Permalink
Merge pull request #784 from lsst-ts/tickets/DM-42415
Browse files Browse the repository at this point in the history
DM-42415: Fix ts-xml docs CI
  • Loading branch information
tribeiro authored Jan 12, 2024
2 parents a2973c6 + 30d0338 commit e4b8668
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
python -m pip install -e .[dev]
python -m pip install -e .[test]
python -m pip install ltd-conveyor
python -m pip install sphinxext-rediraffe
- name: Build documentation
run: |
cd doc
Expand Down
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@

intersphinx_mapping["ts_idl"] = ("https://ts-idl.lsst.io", None) # type: ignore # noqa
extensions.remove("sphinxcontrib.autoprogram") # type: ignore # noqa not used and doesn't report parallel safe
extensions.remove("documenteer.sphinxext.lssttasks") # type: ignore # noqa not used and doesn't report parallel safe
7 changes: 7 additions & 0 deletions doc/documenteer.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[project]
title = "XML schema for Vera Rubin Observatory Telescope Software Components"
copyright = "2015-2024 Association of Universities for Research in Astronomy, Inc. (AURA)"

[project.python]
package = "ts_xml"

2 changes: 2 additions & 0 deletions doc/version-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ v21.0.0

* Added qudrant property to M1M3 FATable.

* Fix documentation build.

* Interface updates:

* MTDome
Expand Down
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ name = "ts_xml"
description = "Contains all the interface definition files for all the CSCs of the LSST."
license = { text = "GPL" }
classifiers = [ "Programming Language :: Python :: 3" ]
urls = { documentation = "https://jira.lsstcorp.org/secure/Dashboard.jspa", repository = "https://github.com/lsst-ts/ts_xml" }
dynamic = [ "version" ]


[project.urls]
Homepage = "https://ts-xml.lsst.io"
Source = "https://github.com/lsst-ts/ts_xml"
documentation = "https://jira.lsstcorp.org/secure/Dashboard.jspa"
repository = "https://github.com/lsst-ts/ts_xml"

[project.scripts]
get_component_info = "lsst.ts.xml.get_component_info:get_component_info"

Expand Down

0 comments on commit e4b8668

Please sign in to comment.