Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 9eb2fff

Browse files
committed
Minor changes.
1 parent b9464a9 commit 9eb2fff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ coverage.xml
1313
/*.egg-info
1414

1515
# Dependencies
16-
!requirements*.txt
16+
!requirements.txt
1717

1818
# Sphinx
1919
doc/_build/

doc/Dependencies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Additional Python packages needed for installation package generation. These pac
124124
on a CI server, thus sub-dependencies are not evaluated further.
125125

126126

127-
.. rubric:: Manually Installing Documentation Requirements
127+
.. rubric:: Manually Installing Packaging Requirements
128128

129129
Use the :file:`build/requirements.txt` file to install all dependencies via ``pip3``. The file will recursively
130130
install the mandatory dependencies too.
@@ -155,7 +155,7 @@ services. These packages are only needed for maintainers or on a CI server, thus
155155
further.
156156

157157

158-
.. rubric:: Manually Installing Documentation Requirements
158+
.. rubric:: Manually Installing Publishing Requirements
159159

160160
Use the :file:`dist/requirements.txt` file to install all dependencies via ``pip3``. The file will recursively
161161
install the mandatory dependencies too.

0 commit comments

Comments
 (0)