wpilibsuite / sphinxext-opengraph

Sphinx extension to generate unique OpenGraph metadata
https://sphinxext-opengraph.readthedocs.io
Other
74 stars 27 forks source link

Add opengraph extension #1

Closed ItayZiv closed 4 years ago

ItayZiv commented 4 years ago

todo:

Daltz333 commented 4 years ago

You can just copy the publishing script from https://github.com/Daltz333/sphinxcontrib-remoteliteralinclude/tree/master/.github/workflows

and the license should be the same as allwpilib

TheTripleV commented 4 years ago

Shouldn't __init__.py get moved into sphinxext/ so the installation will include it?

Daltz333 commented 4 years ago

@TheTripleV I believe it gets included either way, as remoteliteralinclude has it at the root and it works just fine