Skip to content

slieberth/aiohttpServerForSphinx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

aiohttpServerForSphinx

a tiny web server for sphinx html builds

please copy this file to your sphinx html BUILDDIR and start using python3 ...

e.g. identify the sphinx BUILDDIR:

$ cat Makefile   # in your sphinx main dir 
...
SOURCEDIR     = sphinxSource
BUILDDIR      = sphinxBuild
$  python3 sphinxBuild/html/aiohttpServerForSphinx.py -p 8081
{'port': 8081}
======== Running on http://0.0.0.0:8081 ========

About

a tiny web server for sphinx html builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages