1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-01-27 15:26:02 -05:00
polybar/doc
2024-08-17 13:30:20 +02:00
..
_static
_templates
dev Version 3.7.0 2023-11-05 23:36:13 +01:00
man
migration Write migration guide for the content in custom/text 2023-11-05 22:53:09 +01:00
user Merge remote-tracking branch 'origin/hotfix/3.7.2' 2024-08-17 13:30:20 +02:00
.gitignore
CMakeLists.txt
conf.py
config.ini doc: Improve tray documentation 2024-08-01 11:09:46 +02:00
index.rst
README.md
requirements.txt fix(doc): Update vulnerable rtd search extension 2024-01-20 17:53:28 +01:00

Polybar Manual

The official polybar documentation lives here.

The html documentation and man pages are built automatically when you build with cmake (cmake creates the custom target doc).

Preview Locally

The documentation uses Sphinx to generate the documentation, so you will need to have that installed.

If you build polybar normally while having Sphinx installed during configuration, the documentation will be enabled and built as well. Building the documentation can be disabled by passing -DBUILD_DOC=OFF to cmake.

Once configured, all of the documentation can be generated with make doc or use make doc_html or make doc_man to only generate the html documentation or the man pages respectively.

The HTML documentation is in doc/html/index.html in your build directory and the man pages are in doc/man.