This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch unpin_version
in repository https://gitbox.apache.org/repos/asf/datasketches-python.git

commit 747f5e5c8eadd8a5a1f5ece15810754e87ca3f2f
Author: Jon Malkin <[email protected]>
AuthorDate: Tue Sep 12 10:11:37 2023 -0700

    Update sphinx.yml
    
    Remove pinned version from Sphinx in workflow. Using workaround to `import 
datasketches` in `conf.py` instead
---
 .github/workflows/sphinx.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml
index 99f8818..1b30f34 100644
--- a/.github/workflows/sphinx.yml
+++ b/.github/workflows/sphinx.yml
@@ -17,7 +17,7 @@ jobs:
         with:
           python-version: '3.x'
       - name: Install Datasketches and Sphinx
-        run: python -m pip install . sphinx==7.2.4 sphinx-rtd-theme
+        run: python -m pip install . sphinx sphinx-rtd-theme
       - name: Run Sphinx
         run: cd docs; make html
       - name: Pages Deployment


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to