File: README.rst

package info (click to toggle)
python-traitsui 8.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,232 kB
  • sloc: python: 58,982; makefile: 113
file content (20 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Building the TraitsUI Docs
============================

Dependency:
Sphinx

Optional Dependency:
`Enthought-sphinx-theme<https://github.com/enthought/enthought-sphinx-theme>`_

The docs can be built by running

$ make clean
$ make html

from ``docs/``, which contains the ``Makefile``.
Refer to ``docs/Makefile`` and ``docs/source/conf.py`` for further 
information on building the docs.

NOTE : ``docs/source/conf.py`` calls ``_version.py`` which is autogenerated 
when the user installs/develops the library.