Skip to content

Commit 6c7eb6b

Browse files
committed
update the Documentation Development Guide
1 parent b5fa12b commit 6c7eb6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

en/development/documentation.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:Contact: hobu.inc at gmail.com
99
:Author: Jeff McKenna
1010
:Contact: jmckenna at gatewaygeomatics.com
11-
:Last Updated: 2021-03-19
11+
:Last Updated: 2024-05-06
1212

1313
.. contents:: Table of Contents
1414
:depth: 4
@@ -27,13 +27,13 @@ website is then automatically updated on each merged pull request.
2727

2828
.. note::
2929

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>`__.
3232

3333
GitHub Notes
3434
------------
3535

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
3737
* Always submit pull requests to *main*, and if applicable your changes will be
3838
backported to a specific branch
3939
* 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
153153

154154
.. note::
155155

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
158158
the exact versions that the live website uses in the file
159159
`requirements.txt <https://github.com/MapServer/MapServer-documentation/blob/main/requirements.txt/>`__,
160160
(or you can instead browse the latest versions of the Sphinx packages `here <https://pypi.org/>`__)

0 commit comments

Comments
 (0)