File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "cSpell.words" : [
44 " Dynamixel" ,
55 " configurator"
6- ]
6+ ],
7+ "cmake.configureOnOpen" : false
78}
Original file line number Diff line number Diff line change 33if not exist " ..\docs" mkdir ..\docs
44if not exist " ..\wiki" mkdir ..\wiki
55
6- XCOPY " .\_build\html" " ..\docs" /s
6+ Rem XCOPY ".\_build\html" "..\docs" /s
77XCOPY " .\_build\markdown" " ..\wiki\v2" /s
88XCOPY " .\source\*.md" " ..\wiki\v2"
99
Original file line number Diff line number Diff line change 11@ ECHO OFF
22
3- echo .
4- echo .+++ Making HTML files...
5- echo .
6- CALL make.bat html
3+ Rem echo.
4+ Rem echo.+++ Making HTML files...
5+ Rem echo.
6+ Rem CALL make.bat html
77
88echo .
99echo .+++ Making markdown files...
Original file line number Diff line number Diff line change 1414#
1515import os
1616import sys
17- from sphinx_markdown_builder .markdown_builder import MarkdownBuilder
1817sys .path .insert (0 , os .path .abspath ('../../' ))
1918sys .path .insert (0 , os .path .abspath ('../../butter/mas' ))
2019
2120# -- Project information -----------------------------------------------------
2221
2322project = 'Butter MAS Python API'
24- copyright = '2021 , Benny Megidish'
23+ copyright = '2024 , Benny Megidish'
2524author = 'Benny Megidish'
2625
2726# The short X.Y version
2827version = ''
2928# The full version, including alpha/beta/rc tags
30- release = '2.0 .0'
29+ release = '2.5 .0'
3130
3231
3332# -- General configuration ---------------------------------------------------
4342 'sphinx.ext.autodoc' ,
4443 'sphinx.ext.napoleon' ,
4544 'sphinx.ext.githubpages' ,
45+ "sphinx_markdown_builder" ,
4646 'myst_parser'
4747]
4848
You can’t perform that action at this time.
0 commit comments