nteract / bookstore

📚 Notebook storage and publishing workflows for the masses
https://bookstore.readthedocs.io
BSD 3-Clause "New" or "Revised" License
202 stars 23 forks source link

Add configuration to explicitly disable publishing #93

Closed mpacer closed 5 years ago

mpacer commented 5 years ago

In conversation with @stormpython @yakticus @brett-rose it became clear that we may need to explicitly disable publishing.

mpacer commented 5 years ago

Ah! In our validation checks we check whether the published_prefix is empty (published_settings = [settings.published_prefix != ""]) so that acts as a way to explicitly disable publishing. Huzzah!