Skip to content

edbook/sphinxcontrib-questionnaire

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sphinx-ext-eqt

This is a sphinx extension to integrate multiple choices questionnaires

Installation

This module is registered on pypi, simply run pip install sphinx-ext-eqt or add sphinx-ext-eqt to your requirements file.

Configuration

Static files are not handled by extensions, to properly display the questionnaire, the module's static dir must be append to sphinx configuation:

from eqt_ext import get_eqt_ext_static_dir
html_static_path = ['<your_project_static_dir>', get_eqt_ext_static_dir()]

Froked from https://github.com/naeka/sphinx-ext-eqt

About

A sphinx extension to integrate multiple choices questionnaires

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.7%
  • JavaScript 25.1%
  • CSS 8.2%