lasp / developer-guide

Guidelines for software developers at LASP
MIT License
0 stars 3 forks source link

Configure Sphinx #10

Closed bourque closed 5 months ago

bourque commented 5 months ago

Closes #3

This PR adds the files necessary to configure sphinx docs. I also modified the pyproject.toml file to use poetry as a dependency manager. Maxine has convinced us that poetry is the way to go 😂

This current configuration is pretty bare-bones. I will leave it to future PRs to add content and make things look nicer.

bourque commented 5 months ago

Tagging @kjbrooks for a review as well.

kjbrooks commented 5 months ago

The changes look good to be. I want to test the instructions but am tired of fighting github, sourcetree, 2factor to get the repo cloned for now.

bourque commented 5 months ago

Just for reference, I created the sphinx config files with the sphinx-quickstart command line utility, which automatically generates the boiler-plate files and directory structure.