summaryrefslogtreecommitdiff
path: root/docs/docsite/python3.inv
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Update intersphinx links for Ansible 7 (#79485)Don Naro2022-12-011-0/+0
|
* update intersphinx links for Ansible 6 (#78121)Sandra McCann2022-06-231-0/+0
|
* add intersphinx mapping for Ansible 5 (#76470)Sandra McCann2021-12-081-0/+0
| | | | | * add intersphinx mapping for Ansible 5 * add the other files
* update intersphinx links for Ansible 4 (#75099)Sandra McCann2021-06-231-0/+0
|
* Jinja intersphinx should point at 3.0; other updatesAlicia Cozine2021-05-121-0/+0
|
* update intersphinx links for Ansible 3Sandra McCann2021-04-121-0/+0
|
* updates intersphinx references for docs links (#71921)Alicia Cozine2020-09-251-0/+0
| | | | | | | * DOCS: updates intersphinx references for docs links * TESTS: Raise the number of bytes scanned to determine if a file is binary. The newest ansible-2.10.inv file has its first null byte at position 2261. 4096 is still a cheap chunksize to read so it still makes sense to raise this. Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com> Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
* Add the ansible_2_10 intersphinx reference. (#71028)Toshio Kuratomi2020-08-031-0/+0
| | | | | | | | | | | There are links from the scenario guides to collections but collections docs aren't built in testing or locally when we're on the devel branch. Due to that we need to make sure those references resolve to the production docsite. We can use intersphinx to make sure that happens. * The test for binary files wasn't reading enough of the file. Checking for null bytes in the first 1024 bytes failed to diagnose the ansible_2_10.inv file as binary
* Intersphinx (#68090)pre-ansible-baseAlicia Cozine2020-03-061-0/+0
| | | | | | | | | | | | | | | | | | | | | | | * try to route 2.9 porting guide links to 2.9 module docs * refreshed existing .inv files * better URL * new .inv file for version-specific links * adds targets for version-specific docs * fixes 2.5 porting guide refs * fixes 2.8 porting guide refs * fixes 2.7 porting guide refs * fixes links on ACI guide * adds .inv files for versions 2.5 through 2.8 Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
* Add a script to update the intersphinx inventory (#66646)Toshio Kuratomi2020-01-221-0/+0
* Add a script to update the intersphinx inventory files * We're about to add intersphinx inventories for separate ansible docs so we need an easy way to update them. Also, we should be updating these cache files for other upstreams occassionally as well. With a script, we can add updating them to a release process. * Now that we don't know what the version of the cache is, change the filenames to not contain versions. * Update the intersphinx cache files with the latest upstream versions Results of running: hacking/build-ansible.py update-intersphinx-cache -o docs/docsite -c docs/docsite/rst/conf.py * Add a comment to the configuration file which says how to structure the intersphinx mapping and why. * Update docs/docsite/rst/conf.py Co-Authored-By: Sandra McCann <samccann@redhat.com> Co-authored-by: Sandra McCann <samccann@redhat.com>