File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,17 @@ isort = "*"
1212"flake8" = " *"
1313pytest = " *"
1414pytest-rerunfailures = " *"
15- tmuxp = {path = " ." , editable = true }
15+ tmuxp = {path = " ." ,editable = true }
1616"doc8" = " *"
1717twine = " *"
18+ sphinx-issues = " *"
1819
1920[packages ]
2021kaptan = " *"
2122libtmux = " ==0.8.1"
2223click = " >=7<8"
2324colorama = " *"
24- " e1839a8" = {path = " ." , editable = true }
25+ e1839a8 = {path = " ." ,editable = true }
2526
2627[requires ]
2728python_version = " 3"
Original file line number Diff line number Diff line change 2929 'sphinx.ext.linkcode' ,
3030 'aafig' ,
3131 'alagitpull' ,
32+ 'sphinx_issues' ,
3233]
3334
3435releases_unstable_prehistory = True
3536releases_document_name = ["history" ]
3637releases_issue_uri = "https://github.com/tmux-python/tmuxp/issues/%s"
3738releases_release_uri = "https://github.com/tmux-python/tmuxp/tree/v%s"
3839
40+ issues_github_path = about ['__github__' ]
41+
3942templates_path = ['_templates' ]
4043
4144source_suffix = '.rst'
Original file line number Diff line number Diff line change 11-r ./base.txt
22docutils>=0.14
3- sphinx>=1.8.1
3+ sphinx>=2.0.0
44alagitpull>=0.0.21
5+ sphinx_issues
56aafigure>=0.6
67doc8>=0.8.0
You can’t perform that action at this time.
0 commit comments