File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -107,4 +107,12 @@ dmypy.json
107107
108108# OS system files
109109.DS_Store
110- ** /.DS_Store
110+ ** /.DS_Store
111+ .vscode /
112+ .idea /
113+ * .suo
114+ * .ntvs *
115+ * .njsproj
116+ * .sln
117+ * .sw ?
118+ * .user
Original file line number Diff line number Diff line change 1212
1313# Extensions needed for markdown support
1414extensions = [
15+ 'sphinx_markdown_tables' , # Markdown tables
1516 'myst_parser' , # Markdown support
1617 'sphinx.ext.autodoc' , # API documentation
1718 'sphinx.ext.viewcode' , # View source code
1819 'sphinx.ext.napoleon' , # Google style docstrings
19- 'sphinx_markdown_tables' , # Markdown tables
2020 'sphinx_copybutton' , # Copy button for code blocks
2121 'sphinx_design' , # UI components
2222]
6060 'sidebar/navigation.html' ,
6161 'sidebar/scroll-end.html' ,
6262 ]
63+ }
64+
65+ # GitHub integration
66+ html_context = {
67+ 'display_github' : True ,
68+ 'github_user' : 'muditbhargava66' ,
69+ 'github_repo' : 'serdes-validation-framework' ,
70+ 'github_version' : 'main/docs/' ,
6371}
Original file line number Diff line number Diff line change 1+ myst-parser [linkify ]>= 1.2.0
2+ linkify-it-py >= 2.0.3
13sphinx >= 4.0.0
24sphinx-rtd-theme >= 1.0.0
35myst-parser >= 0.18.1
You can’t perform that action at this time.
0 commit comments