You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/development/documentation.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
:Contact: hobu.inc at gmail.com
9
9
:Author: Jeff McKenna
10
10
:Contact: jmckenna at gatewaygeomatics.com
11
-
:Last Updated: 2021-03-19
11
+
:Last Updated: 2024-05-06
12
12
13
13
.. contents:: Table of Contents
14
14
:depth: 4
@@ -27,13 +27,13 @@ website is then automatically updated on each merged pull request.
27
27
28
28
.. note::
29
29
30
-
The live website is actually built automatically on Travis CI, triggered by
31
-
each commit to GitHub. See the build history at https://travis-ci.com/github/MapServer/MapServer-documentation
30
+
The live website is actually built automatically through a `GitHub workflow <https://github.com/MapServer/MapServer-documentation/blob/main/.github/workflows/build.yml>`__,
31
+
triggered by each push to the live branch. See the `build history <https://github.com/MapServer/MapServer-documentation/actions/workflows/build.yml>`__.
32
32
33
33
GitHub Notes
34
34
------------
35
35
36
-
* Documentation files are stored in the /MapServer-documentation sub-project on GitHub at: https://github.com/MapServer/MapServer-documentation
36
+
* Documentation files are stored in the `/MapServer-documentation` sub-project on GitHub at: https://github.com/MapServer/MapServer-documentation
37
37
* Always submit pull requests to *main*, and if applicable your changes will be
38
38
backported to a specific branch
39
39
* All files should have only *LF* as line feed. Line feed (or 'linefeed') differences can
@@ -153,8 +153,8 @@ Installing and Using Sphinx for rst-html Generation
153
153
154
154
.. note::
155
155
156
-
As of 2021-03-19 the MapServer site requires at least Sphinx 3.5.0,
157
-
alabaster 0.7.12, and the `sphinx-removed-in` extension - You can check
156
+
As of 2024-05-06 the MapServer site requires at least Sphinx 7.3.0,
157
+
alabaster 0.7.16, and the `sphinxcontrib-jquery` extension - You can check
158
158
the exact versions that the live website uses in the file
0 commit comments