diff --git a/Makefile b/Makefile index 1581332f419..4f25611ab39 100644 --- a/Makefile +++ b/Makefile @@ -178,5 +178,5 @@ modulepages: # because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this webdocs: - (cd docsite/latest; make docs) + (cd docsite/; make docs) diff --git a/docsite/latest/Makefile b/docsite/Makefile similarity index 100% rename from docsite/latest/Makefile rename to docsite/Makefile diff --git a/docsite/latest/README.md b/docsite/README.md similarity index 100% rename from docsite/latest/README.md rename to docsite/README.md diff --git a/docsite/latest/_static/ansible-local.css b/docsite/_static/ansible-local.css similarity index 100% rename from docsite/latest/_static/ansible-local.css rename to docsite/_static/ansible-local.css diff --git a/docsite/latest/_static/basic.css b/docsite/_static/basic.css similarity index 100% rename from docsite/latest/_static/basic.css rename to docsite/_static/basic.css diff --git a/docsite/latest/_static/bootstrap-dropdown.js b/docsite/_static/bootstrap-dropdown.js similarity index 100% rename from docsite/latest/_static/bootstrap-dropdown.js rename to docsite/_static/bootstrap-dropdown.js diff --git a/docsite/latest/_static/bootstrap-scrollspy.js b/docsite/_static/bootstrap-scrollspy.js similarity index 100% rename from docsite/latest/_static/bootstrap-scrollspy.js rename to docsite/_static/bootstrap-scrollspy.js diff --git a/docsite/latest/_static/bootstrap-sphinx.css b/docsite/_static/bootstrap-sphinx.css similarity index 100% rename from docsite/latest/_static/bootstrap-sphinx.css rename to docsite/_static/bootstrap-sphinx.css diff --git a/docsite/latest/_static/bootstrap.css b/docsite/_static/bootstrap.css similarity index 100% rename from docsite/latest/_static/bootstrap.css rename to docsite/_static/bootstrap.css diff --git a/docsite/latest/_static/default.css b/docsite/_static/default.css similarity index 100% rename from docsite/latest/_static/default.css rename to docsite/_static/default.css diff --git a/docsite/latest/_static/doctools.js b/docsite/_static/doctools.js similarity index 100% rename from docsite/latest/_static/doctools.js rename to docsite/_static/doctools.js diff --git a/docsite/latest/_static/favicon.ico b/docsite/_static/favicon.ico similarity index 100% rename from docsite/latest/_static/favicon.ico rename to docsite/_static/favicon.ico diff --git a/docsite/latest/_static/file.png b/docsite/_static/file.png similarity index 100% rename from docsite/latest/_static/file.png rename to docsite/_static/file.png diff --git a/docsite/latest/_static/jquery.js b/docsite/_static/jquery.js similarity index 100% rename from docsite/latest/_static/jquery.js rename to docsite/_static/jquery.js diff --git a/docsite/latest/_static/minus.png b/docsite/_static/minus.png similarity index 100% rename from docsite/latest/_static/minus.png rename to docsite/_static/minus.png diff --git a/docsite/latest/_static/plus.png b/docsite/_static/plus.png similarity index 100% rename from docsite/latest/_static/plus.png rename to docsite/_static/plus.png diff --git a/docsite/latest/_static/pygments.css b/docsite/_static/pygments.css similarity index 100% rename from docsite/latest/_static/pygments.css rename to docsite/_static/pygments.css diff --git a/docsite/latest/_static/searchtools.js b/docsite/_static/searchtools.js similarity index 100% rename from docsite/latest/_static/searchtools.js rename to docsite/_static/searchtools.js diff --git a/docsite/latest/_static/sidebar.js b/docsite/_static/sidebar.js similarity index 100% rename from docsite/latest/_static/sidebar.js rename to docsite/_static/sidebar.js diff --git a/docsite/latest/_static/underscore.js b/docsite/_static/underscore.js similarity index 100% rename from docsite/latest/_static/underscore.js rename to docsite/_static/underscore.js diff --git a/docsite/latest/_themes/aworks/layout.html b/docsite/_themes/aworks/layout.html similarity index 100% rename from docsite/latest/_themes/aworks/layout.html rename to docsite/_themes/aworks/layout.html diff --git a/docsite/latest/_themes/aworks/relations.html b/docsite/_themes/aworks/relations.html similarity index 100% rename from docsite/latest/_themes/aworks/relations.html rename to docsite/_themes/aworks/relations.html diff --git a/docsite/latest/_themes/aworks/searchbox.html b/docsite/_themes/aworks/searchbox.html similarity index 100% rename from docsite/latest/_themes/aworks/searchbox.html rename to docsite/_themes/aworks/searchbox.html diff --git a/docsite/latest/_themes/aworks/sourcelink.html b/docsite/_themes/aworks/sourcelink.html similarity index 100% rename from docsite/latest/_themes/aworks/sourcelink.html rename to docsite/_themes/aworks/sourcelink.html diff --git a/docsite/latest/_themes/aworks/theme.conf b/docsite/_themes/aworks/theme.conf similarity index 100% rename from docsite/latest/_themes/aworks/theme.conf rename to docsite/_themes/aworks/theme.conf diff --git a/docsite/latest/_themes/bootstrap/globaltoc.html b/docsite/_themes/bootstrap/globaltoc.html similarity index 100% rename from docsite/latest/_themes/bootstrap/globaltoc.html rename to docsite/_themes/bootstrap/globaltoc.html diff --git a/docsite/latest/_themes/bootstrap/layout.html b/docsite/_themes/bootstrap/layout.html similarity index 100% rename from docsite/latest/_themes/bootstrap/layout.html rename to docsite/_themes/bootstrap/layout.html diff --git a/docsite/latest/_themes/bootstrap/localtoc.html b/docsite/_themes/bootstrap/localtoc.html similarity index 100% rename from docsite/latest/_themes/bootstrap/localtoc.html rename to docsite/_themes/bootstrap/localtoc.html diff --git a/docsite/latest/_themes/bootstrap/relations.html b/docsite/_themes/bootstrap/relations.html similarity index 100% rename from docsite/latest/_themes/bootstrap/relations.html rename to docsite/_themes/bootstrap/relations.html diff --git a/docsite/latest/_themes/bootstrap/searchbox.html b/docsite/_themes/bootstrap/searchbox.html similarity index 100% rename from docsite/latest/_themes/bootstrap/searchbox.html rename to docsite/_themes/bootstrap/searchbox.html diff --git a/docsite/latest/_themes/bootstrap/sourcelink.html b/docsite/_themes/bootstrap/sourcelink.html similarity index 100% rename from docsite/latest/_themes/bootstrap/sourcelink.html rename to docsite/_themes/bootstrap/sourcelink.html diff --git a/docsite/latest/_themes/bootstrap/static/bootstrap-dropdown.js b/docsite/_themes/bootstrap/static/bootstrap-dropdown.js similarity index 100% rename from docsite/latest/_themes/bootstrap/static/bootstrap-dropdown.js rename to docsite/_themes/bootstrap/static/bootstrap-dropdown.js diff --git a/docsite/latest/_themes/bootstrap/static/bootstrap-scrollspy.js b/docsite/_themes/bootstrap/static/bootstrap-scrollspy.js similarity index 100% rename from docsite/latest/_themes/bootstrap/static/bootstrap-scrollspy.js rename to docsite/_themes/bootstrap/static/bootstrap-scrollspy.js diff --git a/docsite/latest/_themes/bootstrap/static/bootstrap-sphinx.css_t b/docsite/_themes/bootstrap/static/bootstrap-sphinx.css_t similarity index 100% rename from docsite/latest/_themes/bootstrap/static/bootstrap-sphinx.css_t rename to docsite/_themes/bootstrap/static/bootstrap-sphinx.css_t diff --git a/docsite/latest/_themes/bootstrap/static/bootstrap.css b/docsite/_themes/bootstrap/static/bootstrap.css similarity index 100% rename from docsite/latest/_themes/bootstrap/static/bootstrap.css rename to docsite/_themes/bootstrap/static/bootstrap.css diff --git a/docsite/latest/_themes/bootstrap/theme.conf b/docsite/_themes/bootstrap/theme.conf similarity index 100% rename from docsite/latest/_themes/bootstrap/theme.conf rename to docsite/_themes/bootstrap/theme.conf diff --git a/docsite/latest/ansible-logo.png b/docsite/ansible-logo.png similarity index 100% rename from docsite/latest/ansible-logo.png rename to docsite/ansible-logo.png diff --git a/docsite/latest/ansible_arch.jpg b/docsite/ansible_arch.jpg similarity index 100% rename from docsite/latest/ansible_arch.jpg rename to docsite/ansible_arch.jpg diff --git a/docsite/latest/ansible_arch2.jpg b/docsite/ansible_arch2.jpg similarity index 100% rename from docsite/latest/ansible_arch2.jpg rename to docsite/ansible_arch2.jpg diff --git a/docsite/latest/build-site.py b/docsite/build-site.py similarity index 100% rename from docsite/latest/build-site.py rename to docsite/build-site.py diff --git a/docsite/latest/conf.py b/docsite/conf.py similarity index 100% rename from docsite/latest/conf.py rename to docsite/conf.py diff --git a/docsite/latest/github.png b/docsite/github.png similarity index 100% rename from docsite/latest/github.png rename to docsite/github.png diff --git a/docsite/latest/js/ansible/application.js b/docsite/js/ansible/application.js similarity index 100% rename from docsite/latest/js/ansible/application.js rename to docsite/js/ansible/application.js diff --git a/docsite/latest/man/ansible-playbook.1.html b/docsite/man/ansible-playbook.1.html similarity index 100% rename from docsite/latest/man/ansible-playbook.1.html rename to docsite/man/ansible-playbook.1.html diff --git a/docsite/latest/man/ansible.1.html b/docsite/man/ansible.1.html similarity index 100% rename from docsite/latest/man/ansible.1.html rename to docsite/man/ansible.1.html diff --git a/docsite/latest/modules.js b/docsite/modules.js similarity index 100% rename from docsite/latest/modules.js rename to docsite/modules.js diff --git a/docsite/latest/rst/YAMLSyntax.rst b/docsite/rst/YAMLSyntax.rst similarity index 100% rename from docsite/latest/rst/YAMLSyntax.rst rename to docsite/rst/YAMLSyntax.rst diff --git a/docsite/latest/rst/developing_api.rst b/docsite/rst/developing_api.rst similarity index 100% rename from docsite/latest/rst/developing_api.rst rename to docsite/rst/developing_api.rst diff --git a/docsite/latest/rst/developing_inventory.rst b/docsite/rst/developing_inventory.rst similarity index 100% rename from docsite/latest/rst/developing_inventory.rst rename to docsite/rst/developing_inventory.rst diff --git a/docsite/latest/rst/developing_modules.rst b/docsite/rst/developing_modules.rst similarity index 100% rename from docsite/latest/rst/developing_modules.rst rename to docsite/rst/developing_modules.rst diff --git a/docsite/latest/rst/developing_plugins.rst b/docsite/rst/developing_plugins.rst similarity index 100% rename from docsite/latest/rst/developing_plugins.rst rename to docsite/rst/developing_plugins.rst diff --git a/docsite/latest/rst/faq.rst b/docsite/rst/faq.rst similarity index 100% rename from docsite/latest/rst/faq.rst rename to docsite/rst/faq.rst diff --git a/docsite/latest/rst/glossary.rst b/docsite/rst/glossary.rst similarity index 100% rename from docsite/latest/rst/glossary.rst rename to docsite/rst/glossary.rst diff --git a/docsite/latest/rst/guide_aws.rst b/docsite/rst/guide_aws.rst similarity index 100% rename from docsite/latest/rst/guide_aws.rst rename to docsite/rst/guide_aws.rst diff --git a/docsite/latest/rst/index.rst b/docsite/rst/index.rst similarity index 100% rename from docsite/latest/rst/index.rst rename to docsite/rst/index.rst diff --git a/docsite/latest/rst/intro_adhoc.rst b/docsite/rst/intro_adhoc.rst similarity index 100% rename from docsite/latest/rst/intro_adhoc.rst rename to docsite/rst/intro_adhoc.rst diff --git a/docsite/latest/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst similarity index 100% rename from docsite/latest/rst/intro_configuration.rst rename to docsite/rst/intro_configuration.rst diff --git a/docsite/latest/rst/intro_dynamic_inventory.rst b/docsite/rst/intro_dynamic_inventory.rst similarity index 100% rename from docsite/latest/rst/intro_dynamic_inventory.rst rename to docsite/rst/intro_dynamic_inventory.rst diff --git a/docsite/latest/rst/intro_getting_started.rst b/docsite/rst/intro_getting_started.rst similarity index 100% rename from docsite/latest/rst/intro_getting_started.rst rename to docsite/rst/intro_getting_started.rst diff --git a/docsite/latest/rst/intro_installation.rst b/docsite/rst/intro_installation.rst similarity index 100% rename from docsite/latest/rst/intro_installation.rst rename to docsite/rst/intro_installation.rst diff --git a/docsite/latest/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst similarity index 100% rename from docsite/latest/rst/intro_inventory.rst rename to docsite/rst/intro_inventory.rst diff --git a/docsite/latest/rst/intro_patterns.rst b/docsite/rst/intro_patterns.rst similarity index 100% rename from docsite/latest/rst/intro_patterns.rst rename to docsite/rst/intro_patterns.rst diff --git a/docsite/latest/rst/modules.rst b/docsite/rst/modules.rst similarity index 100% rename from docsite/latest/rst/modules.rst rename to docsite/rst/modules.rst diff --git a/docsite/latest/rst/modules/.gitdir b/docsite/rst/modules/.gitdir similarity index 100% rename from docsite/latest/rst/modules/.gitdir rename to docsite/rst/modules/.gitdir diff --git a/docsite/latest/rst/playbooks.rst b/docsite/rst/playbooks.rst similarity index 100% rename from docsite/latest/rst/playbooks.rst rename to docsite/rst/playbooks.rst diff --git a/docsite/latest/rst/playbooks_acceleration.rst b/docsite/rst/playbooks_acceleration.rst similarity index 100% rename from docsite/latest/rst/playbooks_acceleration.rst rename to docsite/rst/playbooks_acceleration.rst diff --git a/docsite/latest/rst/playbooks_async.rst b/docsite/rst/playbooks_async.rst similarity index 100% rename from docsite/latest/rst/playbooks_async.rst rename to docsite/rst/playbooks_async.rst diff --git a/docsite/latest/rst/playbooks_best_practices.rst b/docsite/rst/playbooks_best_practices.rst similarity index 100% rename from docsite/latest/rst/playbooks_best_practices.rst rename to docsite/rst/playbooks_best_practices.rst diff --git a/docsite/latest/rst/playbooks_checkmode.rst b/docsite/rst/playbooks_checkmode.rst similarity index 100% rename from docsite/latest/rst/playbooks_checkmode.rst rename to docsite/rst/playbooks_checkmode.rst diff --git a/docsite/latest/rst/playbooks_conditionals.rst b/docsite/rst/playbooks_conditionals.rst similarity index 100% rename from docsite/latest/rst/playbooks_conditionals.rst rename to docsite/rst/playbooks_conditionals.rst diff --git a/docsite/latest/rst/playbooks_delegation.rst b/docsite/rst/playbooks_delegation.rst similarity index 100% rename from docsite/latest/rst/playbooks_delegation.rst rename to docsite/rst/playbooks_delegation.rst diff --git a/docsite/latest/rst/playbooks_environment.rst b/docsite/rst/playbooks_environment.rst similarity index 100% rename from docsite/latest/rst/playbooks_environment.rst rename to docsite/rst/playbooks_environment.rst diff --git a/docsite/latest/rst/playbooks_error_handling.rst b/docsite/rst/playbooks_error_handling.rst similarity index 100% rename from docsite/latest/rst/playbooks_error_handling.rst rename to docsite/rst/playbooks_error_handling.rst diff --git a/docsite/latest/rst/playbooks_lookups.rst b/docsite/rst/playbooks_lookups.rst similarity index 100% rename from docsite/latest/rst/playbooks_lookups.rst rename to docsite/rst/playbooks_lookups.rst diff --git a/docsite/latest/rst/playbooks_loops.rst b/docsite/rst/playbooks_loops.rst similarity index 100% rename from docsite/latest/rst/playbooks_loops.rst rename to docsite/rst/playbooks_loops.rst diff --git a/docsite/latest/rst/playbooks_prompts.rst b/docsite/rst/playbooks_prompts.rst similarity index 100% rename from docsite/latest/rst/playbooks_prompts.rst rename to docsite/rst/playbooks_prompts.rst diff --git a/docsite/latest/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst similarity index 100% rename from docsite/latest/rst/playbooks_roles.rst rename to docsite/rst/playbooks_roles.rst diff --git a/docsite/latest/rst/playbooks_tags.rst b/docsite/rst/playbooks_tags.rst similarity index 100% rename from docsite/latest/rst/playbooks_tags.rst rename to docsite/rst/playbooks_tags.rst diff --git a/docsite/latest/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst similarity index 100% rename from docsite/latest/rst/playbooks_variables.rst rename to docsite/rst/playbooks_variables.rst