This website works better with JavaScript.
Explore
Help
Sign In
youen
/
sphinx-web
Watch
1
Star
0
Fork
You've already forked sphinx-web
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Python web app to publish documentation compiled using Sphinx
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10
Commits
1
Branch
0
Tags
898 KiB
Tree:
3a392135d1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3a392135d1'
${ noResults }
sphinx-web
/
debug.sh
5 lines
70 B
Raw
Normal View
History
Unescape
Escape
fixed shebang
2 years ago
#!/bin/bash
Basic app using Flask
2 years ago
source
venv/bin/activate
flask --app src/app --debug run