issues Search Results · repo:sphinx-contrib/autoprogram language:Python
Filter by
39 results
(70 ms)39 results
insphinx-contrib/autoprogram (press backspace or delete to remove)Many packages have switched to leverage PEP 517 style of building the package, dropping setuptools in the process.
At the same time, it may be worth considering changing setup.py into a more declarative ...
Rogdham
- Opened on Mar 13, 2024
- #72
We should add Python 3.12 to setup.py, tox.ini, and Github actions.
langston-barrett
- Opened on Mar 13, 2024
- #70
Sub-commands of argument parser always get sorted in the Sphinx documentation page generated with autoprogram . There s
no good way to turn alphabet sorting off (except maybe tricking with OrderedDict ...
denis-postanogov
- Opened on Jan 18, 2024
- #68
Dear autoprogram team,
If I have a code like this:
if __name__ == __main__ :
logger.setLevel( DEBUG )
parser = argparse.ArgumentParser(
description= random
)
then the autoprogram ...
raffienficiaud
- 3
- Opened on Oct 30, 2023
- #66
I m packaging your module as an rpm package so I m using the typical PEP517 based build, install and test cycle used on
building packages from non-root account.
- python3 -sBm build -w --no-isolation ...
kloczek
- 2
- Opened on Aug 6, 2023
- #65
Python 3.12 has dropped the imp module which is used at
https://github.com/sphinx-contrib/autoprogram/blob/9e7b7235663239835409c37cc7b7f48111caf249/sphinxcontrib/autoprogram.py#L149
meaning that this module ...
tomhughes
- Opened on Jul 6, 2023
- #64
This package is declared python 3 only, thus six usage should not be necessary.
pgajdos
- Opened on Apr 6, 2023
- #63
The documentation is broken with latest Sphinx release, 6.1.3:
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v6.1.3
WARNING: html_static_path entry _static does not exist
loading ...
danigm
- Opened on Mar 6, 2023
- #61
Hey, thanks for a great package!! I don t think the below is a huge issue, but I just spent a few hours debugging it, so
I figured I would pass it along.
In my understanding, there are two, roughly equivalent ...
dennisbrookner
- 1
- Opened on Jan 3, 2023
- #55
When packaging update of this package for openSUSE/Factory I get this test to fail:
[ 4s] ======================================================================
[ 4s] ERROR: test_make_rst (sphinxcontrib.autoprogram.AutoprogramDirectiveTestCase) ...
mcepl
- Opened on Dec 8, 2022
- #54

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.