You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I have tried to create blog posts with ablog extentsion and pydata-sphinx-theme. The blog posts work well with markdown files. However, when I tried to make the post from Jupyter Notebook (.ipynb), it didn't appear in the postlist. Then, I got the following warning message ~/demoblog/blog/2022/2022-01-01-ipynb_blog_post.ipynb: WARNING: document isn't included in any toctree done.
However, I found that the html file for that specified notebook file was generated in my final _build/html/blog folder.
Therefore, I would like to ask if there is any special configuration for notebook files. Actually, I am quite new to Sphinx. I hope someone can help me check my conf.py file to see if I miss some configurations.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear all,
Recently, I have tried to create blog posts with
ablog
extentsion andpydata-sphinx-theme
. The blog posts work well with markdown files. However, when I tried to make the post from Jupyter Notebook(.ipynb)
, it didn't appear in thepostlist
. Then, I got the following warning message~/demoblog/blog/2022/2022-01-01-ipynb_blog_post.ipynb: WARNING: document isn't included in any toctree done
.However, I found that the html file for that specified notebook file was generated in my final
_build/html/blog
folder.Therefore, I would like to ask if there is any special configuration for notebook files. Actually, I am quite new to Sphinx. I hope someone can help me check my
conf.py
file to see if I miss some configurations.The following link is my repository of what I mentioned above : https://github.com/hongkimsu/hongkimsu.github.io
You can all check the built website by gh-page: https://hongkimsu.github.io/
I'm grateful for any help in advance. 🙏🙏🙏
Beta Was this translation helpful? Give feedback.
All reactions