File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,7 @@ sphinx:
1212python :
1313 version : 3.7
1414 install :
15- - requirements : docs/requirements.txt
15+ - method : pip
16+ path : .
17+ extra_requirements :
18+ - rtd
Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ extensions = ["sphinx_exercise"]
2929
3030## Documentation
3131
32- See the [ Sphinx Exercise documentation] ( https://sphinx-exercise.readthedocs.io/en/latest/ ) for more information.
32+ See the [ Sphinx Exercise documentation] ( https://ebp- sphinx-exercise.readthedocs.io/en/latest/ ) for more information.
3333
3434
3535## Contributing
3636
3737We welcome all contributions! See the [ EBP Contributing Guide] ( https://executablebooks.org/en/latest/contributing.html ) for general details, and below for guidance specific to sphinx-exercise.
3838
3939
40- [ rtd-badge ] : https://readthedocs.org/projects/sphinx-exercise/badge/?version=latest
41- [ rtd-link ] : https://sphinx-exercise.readthedocs.io/en/latest/?badge=latest
40+ [ rtd-badge ] : https://readthedocs.org/projects/ebp- sphinx-exercise/badge/?version=latest
41+ [ rtd-link ] : https://ebp- sphinx-exercise.readthedocs.io/en/latest/?badge=latest
4242[ github-ci ] : https://github.com/executablebooks/sphinx-exercise/workflows/continuous-integration/badge.svg?branch=master
4343[ github-link ] : https://github.com/executablebooks/sphinx-exercise
4444[ codecov-badge ] : https://codecov.io/gh/executablebooks/sphinx-exercise/branch/master/graph/badge.svg
Original file line number Diff line number Diff line change 88testing
99```
1010
11- [ ![ Documentation Status] ( https://readthedocs.org/projects/sphinx-exercise/badge/?version=latest )] ( https://sphinx-exercise.readthedocs.io/en/latest/?badge=latest )
11+
12+ [ ![ Documentation Status] [ rtd-badge ]] [ rtd-link ]
13+ [ ![ Github-CI] [ github-ci ]] [ github-link ]
14+ [ ![ Coverage Status] [ codecov-badge ]] [ codecov-link ]
1215
1316** An exercise extension for Sphinx** .
1417
@@ -64,3 +67,12 @@ extensions = ["sphinx_exercise"]
6467` ` `
6568
6669you may then build using `make html` and the extension will be used by your `Sphinx` project.
70+
71+
72+
73+ [rtd-badge] : https://readthedocs.org/projects/ebp-sphinx-exercise/badge/?version=latest
74+ [rtd-link] : https://ebp-sphinx-exercise.readthedocs.io/en/latest/?badge=latest
75+ [github-ci] : https://github.com/executablebooks/sphinx-exercise/workflows/continuous-integration/badge.svg?branch=master
76+ [github-link] : https://github.com/executablebooks/sphinx-exercise
77+ [codecov-badge] : https://codecov.io/gh/executablebooks/sphinx-exercise/branch/master/graph/badge.svg
78+ [codecov-link] : https://codecov.io/gh/executablebooks/sphinx-exercise
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ extras = testing
1919deps =
2020 sphinx2: sphinx>=2,<3
2121 sphinx3: sphinx>=3,<4
22- commands = pytest {posargs}
22+ commands = pytest --verbose {posargs}
2323
2424[testenv:docs-{update,clean}]
2525extras = rtd
You can’t perform that action at this time.
0 commit comments