Skip to content

Commit

Permalink
docs: enable sphinx-duration extension (#1242)
Browse files Browse the repository at this point in the history
* docs: enable sphinx-duration extension

* added changelog news fragment
  • Loading branch information
bjlittle authored Dec 17, 2024
1 parent 0479454 commit c1a2d67
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelog/1242.dependency.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Enabled ``sphinx.ext.duration`` to assist with identifying documentation building
bottlenecks. (:user:`bjlittle`)
4 changes: 3 additions & 1 deletion changelog/989.internal.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Added `adRise/update-pr-branch <https://github.com/adRise/update-pr-branch>`__ GHA to automatically update stale ``auto-merge`` pull-requests. (:user:`tkoyama010`)
Added `adRise/update-pr-branch <https://github.com/adRise/update-pr-branch>`__
:fab:`github` Action to automatically update stale ``auto-merge`` pull-requests.
(:user:`tkoyama010`)
3 changes: 2 additions & 1 deletion changelog/996.internal.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Enabled ``require_passed_checks`` for `adRise/update-pr-branch <https://github.com/adRise/update-pr-branch>`__ GHA. (:user:`bjlittle`)
Enabled ``require_passed_checks`` for `adRise/update-pr-branch <https://github.com/adRise/update-pr-branch>`__
:fab:`github` Action. (:user:`bjlittle`)
1 change: 1 addition & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def autolog(message: str, section: str | None = None, color: str | None = None)
"sphinx.ext.autosummary",
"autoapi.extension",
"sphinx.ext.doctest",
"sphinx.ext.duration",
"sphinx.ext.extlinks",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
Expand Down

0 comments on commit c1a2d67

Please sign in to comment.