This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 4ae5101b74c [v3-1-test] Fix typos: remove trailing quote and correct
'deve-common' to 'devel-common' (#60104) (#60138)
4ae5101b74c is described below
commit 4ae5101b74c0c42b92ddbeede6670deb18d6dc03
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 20:45:10 2026 +0100
[v3-1-test] Fix typos: remove trailing quote and correct 'deve-common' to
'devel-common' (#60104) (#60138)
(cherry picked from commit 54aebca1ebccd13f6cc2a3a76e0c53857a4c7c45)
Co-authored-by: yuseok89 <[email protected]>
Co-authored-by: Yuseok Jo <[email protected]>
---
contributing-docs/11_documentation_building.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contributing-docs/11_documentation_building.rst
b/contributing-docs/11_documentation_building.rst
index 386c038d285..12d87a1df31 100644
--- a/contributing-docs/11_documentation_building.rst
+++ b/contributing-docs/11_documentation_building.rst
@@ -36,12 +36,12 @@ Documentation in separate distributions:
Documentation for general overview and summaries not connected with any
specific distribution:
-* ``docker-stack-docs`` - documentation for Docker Stack'
+* ``docker-stack-docs`` - documentation for Docker Stack
* ``providers-summary-docs`` - documentation for provider summary page
Each of the distributions have a ``conf.py`` file in the root of the
documentation and there
are various configuration parameters for sphinx configured in the ``conf.py``
files. A number of common
-functions in those ``conf.py`` files are imported from ``deve-common``
distribution, from ``doc`` package,
+functions in those ``conf.py`` files are imported from ``devel-common``
distribution, from ``doc`` package,
you can also find ``sphinx_ext`` folder there that keeps extensions used
during our documentation build.
Building documentation with uv in local venv