1
0
Fork 0
x64dbg/docs
Duncan Ogilvie 099a17a16a Build x64dbg.chm in CI
Closes #3687
2025-08-19 20:18:51 +02:00
..
_static Move https://github.com/x64dbg/docs into this repo 2025-07-04 01:32:42 +02:00
_templates Move https://github.com/x64dbg/docs into this repo 2025-07-04 01:32:42 +02:00
commands Add documentation for scriptexec/scriptrun/scriptcmd 2025-07-22 16:15:52 +02:00
developers Move https://github.com/x64dbg/docs into this repo 2025-07-04 01:32:42 +02:00
gui Move https://github.com/x64dbg/docs into this repo 2025-07-04 01:32:42 +02:00
introduction Move https://github.com/x64dbg/docs into this repo 2025-07-04 01:32:42 +02:00
.editorconfig Move https://github.com/x64dbg/docs into this repo 2025-07-04 01:32:42 +02:00
.gitignore Build x64dbg.chm in CI 2025-08-19 20:18:51 +02:00
.readthedocs.yaml Move https://github.com/x64dbg/docs into this repo 2025-07-04 01:32:42 +02:00
COMPILE-linux.md Msvc wine build x64 architecture (#3669) 2025-08-03 15:08:25 +02:00
README.md Move https://github.com/x64dbg/docs into this repo 2025-07-04 01:32:42 +02:00
conf.py Build x64dbg.chm in CI 2025-08-19 20:18:51 +02:00
hacks.css Move https://github.com/x64dbg/docs into this repo 2025-07-04 01:32:42 +02:00
index.rst Simplify licenses sections of the docs to use links instead 2025-08-18 01:45:17 +02:00
licenses.md Simplify licenses sections of the docs to use links instead 2025-08-18 01:45:17 +02:00
make.bat Build x64dbg.chm in CI 2025-08-19 20:18:51 +02:00
makechm.bat Build x64dbg.chm in CI 2025-08-19 20:18:51 +02:00
requirements.txt Move https://github.com/x64dbg/docs into this repo 2025-07-04 01:32:42 +02:00
theme.js Move https://github.com/x64dbg/docs into this repo 2025-07-04 01:32:42 +02:00

README.md

docs

Documentation repository for x64dbg at Read the Docs.

Building

  1. Download https://github.com/x64dbg/docs/releases/download/python27-portable/python-2.7.18.amd64.portable.7z
  2. Extract to the python-2.7.18.amd64.portable folder
  3. run makechm.bat. It will build the .CHM help file.

Note: The following patch was applied:

Add relpath = relpath.replace(os.path.sep, '/') after C:\Python27\Lib\site-packages\recommonmark\transform.py line 63