polybar/doc
patrick96 4cc836fa66 migration: Update URLs
jaagr/polybar -> polybar/polybar

Travis changed their url for new projects to travis-ci.com
2019-05-08 12:20:33 +02:00
..
man migration: Update URLs 2019-05-08 12:20:33 +02:00
CMakeLists.txt build: create config even when docs are disabled 2019-04-24 08:11:27 +02:00
README.md doc: Remove sphinx theme from readme 2019-04-05 23:43:37 +02:00
conf.py doc: Add copyright 2019-04-05 23:43:37 +02:00
index.rst migration: Update URLs 2019-05-08 12:20:33 +02:00

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.

To generate the documentation you first need to configure polybar the same as when you compile it (cmake .. in build folder). After that you can run make doc to generate all of the documentation or make doc_html or make doc_man to only generate the html documentation or the man pages.

Open build/doc/html/index.html to read the documentation in the browser.

The manual pages are placed in build/doc/man.