Skip to content

Commit 75c19bf

Browse files
committed
Fix uploading packages to PyPi (#17363)
As per sphinx-doc/sphinx#3921 (comment), we need double underscores. Running `rst2html README.rst > /dev/null` found some more warnings.
1 parent a8dcd68 commit 75c19bf

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
|support| |development| |documentation| |license| |pypi| |python|
77

8-
Synapse is an open source `Matrix <https://matrix.org>`_ homeserver
8+
Synapse is an open source `Matrix <https://matrix.org>`__ homeserver
99
implementation, written and maintained by `Element <https://element.io>`_.
10-
`Matrix <https://github.com/matrix-org>`_ is the open standard for
10+
`Matrix <https://github.com/matrix-org>`__ is the open standard for
1111
secure and interoperable real time communications. You can directly run
1212
and manage the source code in this repository, available under an AGPL
1313
license. There is no support provided from Element unless you have a
@@ -119,7 +119,7 @@ impact to other applications will be minimal.
119119

120120

121121
🧪 Testing a new installation
122-
============================
122+
=============================
123123

124124
The easiest way to try out your new Synapse installation is by connecting to it
125125
from a web client.
@@ -173,10 +173,10 @@ As when logging in, you will need to specify a "Custom server". Specify your
173173
desired ``localpart`` in the 'User name' box.
174174

175175
🎯 Troubleshooting and support
176-
=============================
176+
==============================
177177

178178
🚀 Professional support
179-
----------------------
179+
-----------------------
180180

181181
Enterprise quality support for Synapse including SLAs is available as part of an
182182
`Element Server Suite (ESS) <https://element.io/pricing>` subscription.
@@ -185,7 +185,7 @@ If you are an existing ESS subscriber then you can raise a `support request <htt
185185
and access the `knowledge base <https://ems-docs.element.io>`.
186186

187187
🤝 Community support
188-
-------------------
188+
--------------------
189189

190190
The `Admin FAQ <https://element-hq.github.io/synapse/latest/usage/administration/admin_faq.html>`_
191191
includes tips on dealing with some common problems. For more details, see
@@ -202,7 +202,7 @@ issues for support requests, only for bug reports and feature requests.
202202
.. _docs: docs
203203

204204
🪪 Identity Servers
205-
==================
205+
===================
206206

207207
Identity servers have the job of mapping email addresses and other 3rd Party
208208
IDs (3PIDs) to Matrix user IDs, as well as verifying the ownership of 3PIDs

changelog.d/17363.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix uploading packages to PyPi.

0 commit comments

Comments
 (0)