On Fri, Oct 23, 2020 at 10:41 PM Varenne Riocha wrote:
>>
>> Hi
>
> I am a beginner and still playing with a single Sphinx project. I could swap
> the theme to yours and build it correctly. The very first time I ran "make
> html" (after "source ./my/bin/activate) it threw a bunch of warnings (in
> red). Here are they
>
> Requirement already satisfied: pyparsing>=2.0.2 in
> /home/vr/.pythonenv/lib/python3.7/site-packages (from
> packaging->sphinx>=3.1.2->insipid-sphinx-theme) (2.4.7)
> Installing collected packages: jinja2, insipid-sphinx-theme
> Attempting uninstall: jinja2
> Found existing installation: Jinja2 2.10.1
> Uninstalling Jinja2-2.10.1:
> Successfully uninstalled Jinja2-2.10.1
> ERROR: After October 2020 you may experience errors when installing or
> updating packages. This is because pip will change the way that it resolves
> dependency conflicts.
>
> We recommend you use --use-feature=2020-resolver to test your packages with
> the new resolver before it becomes the default.
>
> sphinx-book-theme 0.0.36 requires docutils>=0.15, but you'll have docutils
> 0.14 which is incompatible.
> myst-parser 0.12.10 requires docutils>=0.15, but you'll have docutils 0.14
> which is incompatible.
> myst-nb 0.10.1 requires docutils>=0.15, but you'll have docutils 0.14 which
> is incompatible.
> landslide 1.1.8 requires Jinja2==2.10.1, but you'll have jinja2 2.11.2 which
> is incompatible.
> jupyter-book 0.8.2 requires docutils>=0.15, but you'll have docutils 0.14
> which is incompatible.
>
> Other than that I get the expected result.
Yes, I've seen this error and it is not specifically related to the
insipid theme or even to Sphinx itself.
It's more of a warning because the behavior of "pip" is in the process
of changing.
If you want to check whether everything is ok, you can use the option
that's mentioned in the error text:
python3 -m pip install insipid-sphinx-theme --use-feature=2020-resolver
If this doesn't produce any errors, everything is fine.
There is only one thing to notice if you are using readthedocs.org:
https://github.com/readthedocs/readthedocs.org/issues/7362
But this problem will hopefully go away automatically with the new
"pip" resolver.
> BTW, your theme is very fluid and light. Congrats, and thanks for the great
> work!
Thanks a lot!
If you have any ideas for improvements, please let me know!
cheers,
Matthias
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sphinx-users/CAFesC-eUnr4QtDzQr%2BL%2BgyJ%2BfULBcg7gxZ8h8birkdfMH4-CRQ%40mail.gmail.com.