Dr. Jens Harbott 9c0a4855d2 Update maintained and denied series
Time has moved on and we have two new series now and a couple of EOLed
or unmaintained ones. Note that 2024.2 will be EOL only in two weeks,
but since we don't update the sitemap too often, it seems better to drop
it now already.

Also remove a scrapy option that is no longer supported.

Change-Id: I9843f355acf16d4935746d6c72e0b9ff4385ce2f
Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
2026-04-11 14:26:12 +02:00
2019-08-15 20:35:40 +02:00
2026-04-11 14:26:12 +02:00
2018-07-11 13:10:05 +07:00
2019-04-19 19:34:21 +00:00
2014-01-07 08:39:30 +01:00
2018-07-11 13:10:05 +07:00
2022-11-07 10:55:54 +01:00
2013-12-10 15:45:37 +01:00
2017-09-07 19:55:58 +02:00
2025-07-17 21:39:08 +00:00
2020-04-05 10:14:14 +02:00
2025-03-04 22:08:04 +09:00
2025-09-15 10:57:36 +00:00

OpenStack Doc Tools

image

This repository contains tools used by the OpenStack Documentation project.

For more details, see the OpenStack Documentation Contributor Guide.

Prerequisites

You need to have Python 3 installed for using the tools.

This package needs a few external dependencies including lxml. If you do not have lxml installed, you can either install python3-lxml or have it installed automatically and build from sources. To build lxml from sources, you need a C compiler and the xml and xslt development packages installed.

To install python-lxml, execute the following based on your distribution.

On Fedora, RHEL and CentOS Stream:

$ dnf install python3-lxml

On Ubuntu:

$ apt-get install python3-lxml

For building from source, install the dependencies of lxml.

On Fedora, RHEL and CentOS Stream:

$ dnf install python3-devel libxml2-devel libxslt-devel

On Ubuntu:

$ apt-get install libxml2-dev libxslt-dev
Description
Tools used by OpenStack Documentation
Readme 7.2 MiB
Languages
Python 77.7%
Shell 20.1%
XSLT 2.2%