-
When I build the docs to create a Dash docset it shows version 3.8.0 rather than the latest version. Why that? |
Beta Was this translation helpful? Give feedback.
Answered by
pubpub-zz
Jul 26, 2023
Replies: 2 comments 12 replies
-
Can you provide the URL ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
you've written
|
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when you look at conf.py, you will find that the version is directly pypdf (aliased as py_pkg).version
you should run
python -c "import pypdf;print(pypdf.__version__)"
in the same environment you are running make html to confirm you have the good version reported