I add custom css by having this in my conf.py:

def setup(app):
    app.add_stylesheet('css/custom.css')


Then I have my custom css in:

_static/css/custom.css

Works fine for me.


On Friday, February 16, 2018 at 3:18:29 PM UTC-6, Ranjani Hathaway wrote:
>
>
> I am also testing with the complement of sass files etc., but now I seem 
> to have them downloaded in the wrong place? How do I edit them so that I 
> can see my changes in the sphinx html output page?
>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to