Skip to content

Commit

Permalink
Fix warnings during doc generation.
Browse files Browse the repository at this point in the history
Fix the Sphinx warnings issued during doc generations:
- Remove the module development page (not specific to this project).
- Add supported environments to the development section.

Signed-off-by: Adilet Sabyrbaev <adilet.sabyrbaev2@ibm.com>
  • Loading branch information
sabyadi authored and andy-maier committed Nov 9, 2020
1 parent 0730d4f commit a3f1166
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 74 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -31,3 +31,4 @@ vars.yml
vault.yml
/python-zhmcclient
/docs/build/
/tests/output/
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -80,4 +80,4 @@ def get_version(galaxy_file):
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']
1 change: 0 additions & 1 deletion docs/source/index.rst
Expand Up @@ -8,7 +8,6 @@ ibm.zhmc Ansible Galaxy collection

intro
all_modules
modules_support
development
CONTRIBUTING
appendix
Expand Down
72 changes: 0 additions & 72 deletions docs/source/modules_support.rst

This file was deleted.

0 comments on commit a3f1166

Please sign in to comment.