File: fix-sphinx-build-by-deleting-some-doc.patch

package info (click to toggle)
python-oslo.versionedobjects 3.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: python: 5,669; makefile: 24; sh: 2
file content (20 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: "Fix" sphinx build by deleting some doc
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2023-12-12

Index: python-oslo.versionedobjects/doc/source/user/examples.rst
===================================================================
--- python-oslo.versionedobjects.orig/doc/source/user/examples.rst
+++ python-oslo.versionedobjects/doc/source/user/examples.rst
@@ -5,9 +5,7 @@
 IOT lightbulb
 =============
 
-.. note::
-
-    Full source located at :example:`iot_bulb`.
+Full source located at https://opendev.org/openstack/oslo.versionedobjects/oslo_versionedobjects/examples/iot_bulb.py.
 
 .. literalinclude:: ../../../oslo_versionedobjects/examples/iot_bulb.py
     :language: python