Skip to content

lepommosaure/sphinx-vhdl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphinx-vhdl

A sphinx domain for semi-automatically documenting VHDL

This extension for Sphinx allows you to keep your documentation in code and automatically draw it out into your main documentation using just few simple directives.

You can see the detailed documentation at https://ndk.gitlab.liberouter.org:5051/sphinx-vhdl/, or build it yourself (running make html while in the doc directory and having sphinx installed should be sufficient)

Usage

The python package must be installed with

pip3 install sphinx-vhdl

The usage of this extension requires Python >= 3.7 and Sphinx >= 4.0.0.

Configuration

In your sphinx conf.py file add

extensions = ['sphinxvhdl.vhdl']
vhdl_autodoc_source_path = 'path/to/your/vhdl/sources/root'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%