Skip to content

jared-bloomer/Personal-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Pages License: MIT Contributors Issues Pull Request

Description

This Repository is for building Sphinx Documentation to be published to github.io. The publishing process is handled automatically via Github Actions when a change is merged into the main branch of this Repository.

The documentation can be viewed on This Page

Building Locally

To build this site locally use the Makefile in docs/.

cd docs
make html

The files will be located in docs/build/ and you can open the index.html in your browser to preview changes before publishing them.