From 0ef32f04ab0df8d7ba34a087c607a593d939cb17 Mon Sep 17 00:00:00 2001 From: sbrugman Date: Fri, 19 Aug 2022 16:24:09 +0200 Subject: [PATCH 1/3] build: docs include theme extension Possible fix for bullet list https://stackoverflow.com/a/67977753 --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index c388ff96..ab2d5091 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,6 +38,7 @@ "sphinx.ext.autodoc", "sphinx.ext.mathjax", "sphinx.ext.ifconfig", + "sphinx_rtd_theme", "sphinx_autodoc_typehints", ] From 78c217bd3f38a2a73341e48707d2cb3e1056d08a Mon Sep 17 00:00:00 2001 From: sbrugman Date: Fri, 19 Aug 2022 16:24:22 +0200 Subject: [PATCH 2/3] build: upgrade python-semantic-release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44597d37..1d3eef26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.28.1 + uses: relekang/python-semantic-release with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__ From 1d5e26def2b0bbd971c46dff2ed851172f140004 Mon Sep 17 00:00:00 2001 From: sbrugman Date: Thu, 25 Aug 2022 10:10:45 +0200 Subject: [PATCH 3/3] build: upgrade histogrammar to fix #244 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ce3c635..af38e441 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy>=1.18.0 pandas>=0.25.1 scipy>=1.5.2 -histogrammar>=1.0.30 +histogrammar>=1.0.31 phik jinja2 tqdm