Skip to content

Commit a166003

Browse files
author
Tim Davies
committed
Fixing link. Closes #12931.
1 parent 0d633a6 commit a166003

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/development/documentation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and
1010

1111
These need to be approached differently, as the patterns below outline.
1212

13+
```eval_rst
14+
.. _section-documentation-technical:
15+
```
16+
1317
## Technical approach
1418

1519
The documentation websites we maintain are static HTML sites generated using [sphinx](http://www.sphinx-doc.org/en/stable/index.html).

docs/development/tooling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Tooling
22

3-
For the tooling we use to build thedocs itself, see [Documentation -> Technical approach](section-documentation-technical)
4-
This section details the tooling we use as part of our standard development.
3+
For the tooling we use to build documentation see [Documentation -> Technical approach](section-documentation-technical).
54

5+
This section details the tooling we use as part of our standard development.
66

77
## Tooling components
88

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ sphinx-rtd-theme==0.2.4
55
# recommonmark commit pinned from master branch
66
-e git+https://github.com/rtfd/recommonmark.git@c410abb565a3c4ad4de0ce204ab2fa2db8031cf1#egg=recommonmark
77
# sphinxcontrib jsonschema
8-
-e git+https://github.com/OpenDataServices/sphinxcontrib-jsonschema.git@b7332e8fd5c788ee59b983396102ddc38967a3d0#egg=sphinxcontrib-jsonschema
8+
-e git+https://github.com/OpenDataServices/sphinxcontrib-jsonschema.git@e84f95f683ecd28cbe4c233ed1557a859ccaedfd#egg=sphinxcontrib-jsonschema
99
# sphinxcontrib ODSC
10-
-e git+https://github.com/OpenDataServices/sphinxcontrib-opendataservices.git@23ce17656feaa237584af8822bd57ac39b498f93#egg=sphinxcontrib-opendataservices
10+
-e git+https://github.com/OpenDataServices/sphinxcontrib-opendataservices.git@bc2f9a83a2562a50aa9386fb9c1d30161ed5120e#egg=sphinxcontrib-opendataservices
1111
## The following requirements were added by pip freeze:
1212
alabaster==0.7.10
1313
Babel==2.4.0

0 commit comments

Comments
 (0)