summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--babel.cfg1
-rw-r--r--doc/source/index.rst13
-rw-r--r--lower-constraints.txt1
-rw-r--r--setup.cfg15
4 files changed, 12 insertions, 18 deletions
diff --git a/babel.cfg b/babel.cfg
deleted file mode 100644
index efceab8..0000000
--- a/babel.cfg
+++ /dev/null
@@ -1 +0,0 @@
-[python: **.py]
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 4050355..b909a53 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -5,6 +5,9 @@ Welcome to oslo.utils's documentation!
The `Oslo`_ utils library provides support for common utility type functions,
such as encoding, exception handling, string manipulation, and time handling.
+Contents
+========
+
.. toctree::
:maxdepth: 1
@@ -13,7 +16,15 @@ such as encoding, exception handling, string manipulation, and time handling.
reference/index
contributor/index
-.. rubric:: Indices and tables
+Release Notes
+=============
+
+Read also the `oslo.utils Release Notes
+<https://docs.openstack.org/releasenotes/oslo.utils/>`_.
+
+
+Indices and tables
+==================
* :ref:`genindex`
* :ref:`modindex`
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 757a897..3555586 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -13,7 +13,6 @@ GitPython==1.0.1
iso8601==0.1.11
keystoneauth1==3.4.0
linecache2==1.0.0
-mccabe==0.2.1
netaddr==0.7.18
netifaces==0.10.4
os-client-config==1.28.0
diff --git a/setup.cfg b/setup.cfg
index a875c91..f64a241 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,18 +23,3 @@ classifier =
[files]
packages =
oslo_utils
-
-[compile_catalog]
-directory = oslo_utils/locale
-domain = oslo_utils
-
-[update_catalog]
-domain = oslo_utils
-output_dir = oslo_utils/locale
-input_file = oslo_utils/locale/oslo_utils.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = oslo_utils/locale/oslo_utils.pot
-