File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
These need to be approached differently, as the patterns below outline.
12
12
13
+ ``` eval_rst
14
+ .. _section-documentation-technical:
15
+ ```
16
+
13
17
## Technical approach
14
18
15
19
The documentation websites we maintain are static HTML sites generated using [ sphinx] ( http://www.sphinx-doc.org/en/stable/index.html ) .
Original file line number Diff line number Diff line change 1
1
# Tooling
2
2
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 ) .
5
4
5
+ This section details the tooling we use as part of our standard development.
6
6
7
7
## Tooling components
8
8
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ sphinx-rtd-theme==0.2.4
5
5
# recommonmark commit pinned from master branch
6
6
-e git+https://github.com/rtfd/recommonmark.git@c410abb565a3c4ad4de0ce204ab2fa2db8031cf1#egg=recommonmark
7
7
# 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
9
9
# 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
11
11
## The following requirements were added by pip freeze:
12
12
alabaster == 0.7.10
13
13
Babel == 2.4.0
You can’t perform that action at this time.
0 commit comments