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
|