Clay-foundation / model

The Clay Foundation Model (in development)
https://clay-foundation.github.io/model/
Apache License 2.0
262 stars 30 forks source link

Revert nbdev CI setup to go back to Jupyter Book #112

Closed weiji14 closed 6 months ago

weiji14 commented 6 months ago

This reverts commit 6d3ca675e6a912b8e521757f1e07dc7d2d44334b that had set up the Continuous Integration for building docs using nbdev. There was an attempt to spin off the documentation to a separate repo (see #102, #103, #104), but we're now going back to the original Jupyter Book setup (#89).

Note that proper branch protections are now in place to prevent direct pushes to the main branch, such that all pushes to main will require a Pull Request. The GitHub Pages deployment source has also been changed back to deploying via GitHub Actions rather than from the gh-pages branch.

weiji14 commented 6 months ago

Merging this directly to enable new documentation at #97 to be built.