Skip to content

Commit 96d842c

Browse files
committed
fix character-encoding in conf.py which is disliked by ci/cd pipeline
1 parent 05ab6c7 commit 96d842c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

conf.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
# despite general use in documentation being "network". These aliases
193193
# improve readability and prevent unexpected content changes.
194194
#rst_prolog = ''
195-
rst_epilog = """
195+
rst_epilog = '''
196196
.. reference aliases
197197
.. |network| replace:: :ref:`network<dev-p2p-network-header>`
198198
.. |peer-to-peer network| replace:: :ref:`peer-to-peer network<dev-p2p-network-header>`
@@ -202,20 +202,20 @@
202202
.. |secp256k1| replace:: `secp256k1 <http://www.secg.org/sec2-v2.pdf>`__
203203
204204
.. OP codes
205-
.. |OP_CHECKMULTISIG| replace:: :term:`OP_CHECKMULTISIG <OP_CHECKMULTISIG>`
206-
.. |OP_CHECKSIG| replace:: :term:`OP_CHECKSIG <OP_CHECKSIG>`
207-
.. |OP_DUP| replace:: :term:`OP_DUP <OP_DUP>`
205+
.. |OP_CHECKMULTISIG| replace:: :term:`"OP_CHECKMULTISIG" <OP_CHECKMULTISIG>`
206+
.. |OP_CHECKSIG| replace:: :term:`"OP_CHECKSIG" <OP_CHECKSIG>`
207+
.. |OP_DUP| replace:: :term:`"OP_DUP" <OP_DUP>`
208208
.. |OP_EQUAL| replace:: :term:`OP_EQUAL <OP_EQUAL>`
209-
.. |OP_EQUALVERIFY| replace:: :term:`OP_EQUALVERIFY <OP_EQUALVERIFY>`
210-
.. |OP_HASH160| replace:: :term:`OP_HASH160 <OP_HASH160>`
211-
.. |OP_RETURN| replace:: :term:`OP_RETURN <OP_RETURN>`
212-
.. |OP_VERIFY| replace:: :term:`OP_VERIFY <OP_VERIFY>`
209+
.. |OP_EQUALVERIFY| replace:: :term:`"OP_EQUALVERIFY" <OP_EQUALVERIFY>`
210+
.. |OP_HASH160| replace:: :term:`"OP_HASH160" <OP_HASH160>`
211+
.. |OP_RETURN| replace:: :term:`"OP_RETURN" <OP_RETURN>`
212+
.. |OP_VERIFY| replace:: :term:`"OP_VERIFY" <OP_VERIFY>`
213213
214214
.. other
215-
.. |Bitcoin URI| replace:: :term:`bitcoin: URI <bitcoin uri>`
216-
.. |Bitcoin URIs| replace:: :term:`bitcoin: URIs <bitcoin uri>`
215+
.. |Bitcoin URI| replace:: :term:`"bitcoin:" URI <bitcoin uri>`
216+
.. |Bitcoin URIs| replace:: :term:`"bitcoin:" URIs <bitcoin uri>`
217217
.. |PaymentDetails| replace:: :term:`PaymentDetails`
218218
.. |PaymentRequest| replace:: :term:`PaymentRequest`
219219
.. |PaymentRequests| replace:: :term:`PaymentRequests <PaymentRequest>`
220-
.. |r| replace:: :term:`“r” <r>`
221-
"""
220+
.. |r| replace:: :term:`"r" <r>`
221+
'''

0 commit comments

Comments
 (0)