File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ sphinx_docs_library(
45
45
"ai/agents/colocate.txt" ,
46
46
"ai/agents/index.rst" ,
47
47
"ai/index.rst" ,
48
+ "ai/rag/bookmarks.rst" ,
48
49
"ai/tokens.py" ,
49
50
"ai/tokens.rst" ,
50
51
"analytics/index.rst" ,
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ Artificial intelligence
8
8
9
9
agents/colocate
10
10
agents/index
11
+ rag/bookmarks
11
12
tokens
Original file line number Diff line number Diff line change
1
+ =========
2
+ Bookmarks
3
+ =========
4
+
5
+ * `Is the doc bot docs, or not? <https://www.robinsloan.com/lab/what-are-we-even-doing-here/ >`_
6
+ (`Hacker News <https://news.ycombinator.com/item?id=44507244 >`__, `Lobsters <https://lobste.rs/s/iq4abk/is_doc_bot_docs_not >`__)
Original file line number Diff line number Diff line change
1
+ How to get docname in doctree-read event handler
2
+
3
+ def doctree_read(app, doctree):
4
+ docname = app.env.current_document.docname
5
+ core.doctree_read(docname, doctree)
You can’t perform that action at this time.
0 commit comments