enkore / i3pystatus

A complete replacement for i3status
https://i3pystatus.readthedocs.io/
MIT License
445 stars 189 forks source link

Fix conf.py to reflect Sphinx API change #853

Closed elig0n closed 10 months ago

elig0n commented 10 months ago

Fixes:

File "./i3pystatus/docs/conf.py",, line 370, in setup
    app.add_stylesheet('i3pystatus.css')
    ^^^^^^^^^^^^^^^^^^
AttributeError: 'Sphinx' object has no attribute 'add_stylesheet'
enkore commented 10 months ago

Thank you!