summaryrefslogtreecommitdiff
path: root/doc/internals
Commit message (Collapse)AuthorAgeFilesLines
* Treat Python warnings as errors during testingAdam Turner2023-02-151-1/+1
|
* Update GitHub Actions workflowsAdam Turner2023-02-151-10/+6
|
* Documentation reshuffle (#11112)Adam Turner2023-01-083-11/+1
|
* doc: Fix typos in contributing.rst (#10961)amyreyespdx2022-12-161-5/+5
|
* doc: Actualize information about generating snowball JS files (#10931)Dmitry Shachnev2022-10-241-9/+8
|
* Simplify development policy (#10921)Adam Turner2022-10-161-39/+35
|
* Clean up after dropping Python 3.6Adam Turner2022-09-271-7/+9
|
* Merge branch '5.x'Adam Turner2022-07-182-10/+35
|\ | | | | | | | | | | # Conflicts: # sphinx/ext/autodoc/__init__.py # sphinx/writers/html5.py
| * Update documentation structure and theming (#10677)Chris Holdgraf2022-07-182-10/+35
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
* | Drop python 3.6 support (#10468)Takeshi KOMIYA2022-06-162-7/+7
|/
* Update documentationAdam Turner2022-04-161-9/+11
|
* Merge branch '4.x'Takeshi KOMIYA2021-12-171-1/+1
|\
| * Document new irc channel locationSorin Sbarnea2021-06-011-1/+1
| |
* | Document Python version policyJuan Luis Cano Rodríguez2021-07-011-0/+21
|/ | | | See https://groups.google.com/g/sphinx-dev/c/oDJ0KOLAmGk/m/X6N_UxpABAAJ
* doc: Upgraded babel.pocoo.org links to HTTPSigo958622021-05-161-1/+1
|
* doc: Upgrade docutils.sourceforge.io links to HTTPSigo958622021-05-161-1/+1
| | | | | Also change any docutils.sourceforge.net link to io top level domain.
* Merge pull request #8292 from tk0miya/update_coding_styleTakeshi KOMIYA2020-12-301-4/+1
|\ | | | | docs: Update coding style
| * docs: Update coding styleTakeshi KOMIYA2020-10-051-4/+1
| | | | | | | | | | Remove a reference to Pocoo Styleguide because it is removed now: https://github.com/pallets/flask/pull/3554
* | Fix #8375: URL of transifex project pageTakeshi KOMIYA2020-11-051-3/+3
|/
* Add rubric in Getting helpYves Chevallier2020-08-151-0/+4
|
* docs: Expand organization documentStephen Finucane2020-06-021-5/+38
| | | | | | | Provide some guidance on how one can become a core developer and explain the different types of contribution one can make. Signed-off-by: Stephen Finucane <stephen@that.guru>
* docs: Tweaks to code of conductStephen Finucane2020-06-021-3/+0
| | | | | | | | | - Replace unicode quotes with ascii, since Sphinx will automatically translate these for us - Move the header to the root document - Use an admonition instead of a header for the attribution section Signed-off-by: Stephen Finucane <stephen@that.guru>
* docs: Rework contributing document, re-add CONTRIBUTINGStephen Finucane2020-06-021-169/+145
| | | | | | | Reorder this to flow a little better and re-add the CONTRIBUTING document, which now simply points to the main documentation. Signed-off-by: Stephen Finucane <stephen@that.guru>
* docs: Add contributing documentStephen Finucane2020-06-022-0/+334
| | | | | | | | | | This completes the migration from the CONTRIBUTING document to the new in-tree contributing guide. The CONTRIBUTING document itself is temporarily removed so that git will correctly mark the document as having been moved. A future change will re-add this document as well as rework the new contributing document. Signed-off-by: Stephen Finucane <stephen@that.guru>
* docs: Add release process documentStephen Finucane2020-06-022-0/+107
| | | | | | This is based on content extracted from the CONTRIBUTING document. Signed-off-by: Stephen Finucane <stephen@that.guru>
* docs: Add organization overviewStephen Finucane2020-06-022-0/+24
| | | | | | | Provide an introduction to how the Sphinx team is organized. This will be expanded upon in a future change. Signed-off-by: Stephen Finucane <stephen@that.guru>
* docs: Add "project internals" guideStephen Finucane2020-06-023-0/+30
This is modelled off Django's guide of the same name [1]. In summary, this will contain most of the information previously found in the CONTRIBUTING document. For now, we move just the code of conduct and authors documents. Signed-off-by: Stephen Finucane <stephen@that.guru>