Replies: 1 comment
-
| 
 Heya, yeh this would certainly be ideal, but alas the sphinx themes are currently quite tightly coupled to sphinx and not easy to use for docutils "single page builds" 😢 Its definitely something I'm interested to look into | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thanks for this wonderful package and the MyST markdown language.
Question
I was looking for a simple tool for making a quick ("zero config") MyST to HTML conversion, ideally creating a
myfile.html, and embedding all required css & js to it. Then I found themyst-docutils-html5from themyst-parserand tested itwith
which gets pretty close but lacks of modern theme:
Then I checked the help of
myst-docutils-html5and it shows:That
template.txtthen containsand there are other files in the folder:
I understand that I could make a theme by copying this folder and editing the contents. But is that really the only way? I see there are nice themes for sphinx. Could these be reused somehow?
Beta Was this translation helpful? Give feedback.
All reactions