diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index eb147a97..8ad32324 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -52,3 +52,8 @@ jobs: - name: Check links run: | python -m sphinx -W --keep-going ./docs/ ./docs/_build/linkcheck/ -b linkcheck + + - name: Checkout repository + uses: actions/checkout@v2 + with: + fetch-depth: 0 # Fetch all history for all branchesĀ andĀ tags diff --git a/docs/conf.py b/docs/conf.py index 6590cf2f..6d93d041 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -126,6 +126,7 @@ } # -- Options for Included Jupyter Notebooks ---------------------------------- +nbsphinx_allow_errors = True nbsphinx_execute = "always" diff --git a/docs/notebooks/requirements.txt b/docs/notebooks/requirements.txt new file mode 100644 index 00000000..c6f0146f --- /dev/null +++ b/docs/notebooks/requirements.txt @@ -0,0 +1,8 @@ +matplotlib +IPython +conflowgen +os +datetime +pandas +itertools +numpy