polybar/doc
Patrick Ziegler f0dbb4cc63
Add darkmode banner (#2712)
Ref #2706
2022-05-04 21:31:25 +02:00
..
_static Add darkmode banner (#2712) 2022-05-04 21:31:25 +02:00
dev Add section about distro specific setups 2022-04-03 14:32:15 +02:00
man
user doc: Fix menu module action migration example (#2687) 2022-04-13 10:47:01 +02:00
.gitignore
CMakeLists.txt
README.md
conf.py doc: Disable collapse_navigation in rtd_theme 2022-04-03 14:32:15 +02:00
config.ini
index.rst

README.md

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.