Skip to content

coding-to-music/demo-sphinx-extensions-for-DIRAC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test sphinx-extensions for the DIRAC documentation

To generate the sphinx documentation:

sphinx-build -a docs/  html/
cd html
python3 -m http.server
http://0.0.0.0:8000/

See https://demo-sphinx-extensions-for-dirac.readthedocs.io/en/latest/

This bug report shows how to publish on github.io sphinx-doc/sphinx#3382

suhailvs commented on Jul 30, 2018 update of @wxianxin

Create an empty .nojekyll file in the root folder to turn off Jekyll.
Create an index.html file in the root folder with contents:
<meta http-equiv="refresh" content="0; url=./_build/html/index.html" />
Run make html then add, commit and push the repo.
In the GitHub Pages box in the project Settings page, choose to use master branch.
Visit https://<username>.github.io/<repo>

Your site is ready to be published at https://coding-to-music.github.io/demo-sphinx-extensions-for-DIRAC

About

Test sphinx-extensions for the DIRAC documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.3%
  • CSS 36.0%
  • HTML 18.7%