1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/docs/html
Eli Schwartz 1350b95dee
docs: fix manpage generation
This was broken in commit 20f672c4e6,
which reorganized the conf.py file into the html subdirectory. See:
https://github.com/pypa/pip/pull/5724
https://github.com/readthedocs/readthedocs.org/issues/1543

This broke the relative manpage globbing because Sphinx will os.chdir()
into the directory location of conf.py before evaluating it, so the
globbing returned nothing at all. As a result, while the main pip(1)
manpage continued to be built, no pip-*(1) subcommand manpages were
built.
2019-07-17 23:53:50 -04:00
..
development Document issue tracker triage as a contribution area (#6569) 2019-06-05 06:36:32 +05:30
reference Merge pull request #6007 from smartsammler/fix-iss4733 2019-07-06 09:18:58 +05:30
conf.py docs: fix manpage generation 2019-07-17 23:53:50 -04:00
cookbook.rst Reorganize pip's docs folder 2018-08-22 13:54:47 +05:30
index.rst Replace link to virtualenv-users with Discourse Packaging channel 2019-01-29 14:09:47 +05:30
installing.rst Drop support for EOL Python 3.4 2019-07-07 11:45:16 +03:00
logic.rst Reorganize pip's docs folder 2018-08-22 13:54:47 +05:30
news.rst Reorganize pip's docs folder 2018-08-22 13:54:47 +05:30
quickstart.rst Reorganize pip's docs folder 2018-08-22 13:54:47 +05:30
usage.rst Reorganize pip's docs folder 2018-08-22 13:54:47 +05:30
user_guide.rst Allow adding a custom string to pip's User-Agent via an environment variable (#5550) 2019-03-31 02:37:02 -07:00