Files
openstack-doc-tools/doc/source/man/openstack-doc-test.rst
Brian Moss d3bc42483a Update sitemap tests
- add py3 to tox.ini (gate already tests py3)
- move all tests to $GITROOT/test so they can all run
  through testr
- add scrapy to test-requirements.txt to support sitemap tests
- move tests from test_items.py to test_sitemap_file.py
- fix broken sitemap tests
- add newton to list of old releases in sitemap_file.py
- ignore flake8 H101 as it returns false positives for Sphinx conf.py
- Use openstackdocstheme for docs
- Update sitemap README
- Restructure repo docs
- fix minor style issues

Change-Id: I22c018149b2eefde6ca5c38c22ac06886fe9a7a8
2017-04-29 10:36:27 +10:00

2.8 KiB

openstack-doc-test

OpenStack Validation tool

SYNOPSIS

openstack-doc-test [options]

DESCRIPTION

openstack-doc-test allows to test the validity of the OpenStack documentation content.

OPTIONS

General options

--api-site

Special handling for api-site and other API repositories to handle WADL.

--build-file-exception BUILD_FILE_EXCEPTION

File that will be skipped during delete and build checks to generate dependencies. This should be done for invalid XML files only.

--check-build

Try to build books using modified files.

--check-deletions

Check that deleted files are not used.

--check-links

Check that linked URLs are valid and reachable.

--check-niceness

Check the niceness of files, for example whitespace.

--check-syntax

Check the syntax of modified files.

--check-all

Run all checks (default if no arguments are given).

--config-file PATH

Path to a config file to use. Multiple config files can be specified, with values in later files taking precedence.

--debug

Enable debug code.

--file-exception FILE_EXCEPTION

File that will be skipped during niceness and syntax validation.

--force

Force the validation of all files and build all books.

-h, --help

Show help message and exit.

--ignore-dir IGNORE_DIR

Directory to ignore for building of manuals. The parameter can be passed multiple times to add several directories.

--language LANGUAGE, -l LANGUAGE

Build translated manual for language in path generate/$LANGUAGE .

--only-book ONLY_BOOK

Build each specified manual.

--parallel

Build books in parallel (default).

--print-unused-files

Print list of files that are not included anywhere as part of check-build.

--publish

Setup content in publish-docs directory for publishing to external website.

--verbose

Verbose execution.

--version

Output version number.

FILES

Reads the file doc-test.conf in the top-level directory of the git repository for option processing.

Building of books will generate in the top-level directory of the git repository:

  • a directory publish-docs with a copy of the build results.
  • for each book build a log file named build-${book}.log.gz.

SEE ALSO

Bugs