forked from pool/python-pydata-sphinx-theme
* Fixing prevnext translations (#486) * RLS: v0.7.0 * Update API styling for changes in sphinx 4.x (#485) * Avoid adding margin to docutils container (from bootstrap container) (#474) * Add css for blockquote and references/citations (#482) * Move API docs related CSS to separate file (#476) * Improve styling of the Previous / Next buttons (#473) * 👌 Round edges (#472) * Bump docutils version (#463) * FIX: added gtag date and moved google analytics to header (#439) * Add explicit heading aria-level to complement heading role (#456) * revert style changes (#459) * include tests in sdist (#457) * Add pa11y testing and reporting (#294) * move parent theme css earlier in the inclusion order (#451) * FIX: Include built css/js assets in source again (#450) * Re-build assests with yarn to fix linting (#448) * Bump url-parse from 1.5.1 to 1.5.3 (#443) * TST: update role for caption in expected html output (sphinx 4.1) (#441) * Remove CircleCI from jobs (#445) * Bump path-parse from 1.0.6 to 1.0.7 (#442) * Use a variable for the color of editthispage (#412) * Bump color-string from 1.5.3 to 1.6.0 (#440) * Bump postcss from 7.0.32 to 7.0.36 (#425) * fix Fairlearn link (#430) * DOC: Add a few more projects that have adopted the theme. (#423) * Fixing admonition title CSS (#407) * Add MNE-Python to theme users list (#405) * Bump dns-packet from 1.3.1 to 1.3.4 (#421) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydata-sphinx-theme?expand=0&rev=4
20 lines
758 B
Plaintext
20 lines
758 B
Plaintext
<services>
|
|
<!-- python portion of github sources -->
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/pydata/pydata-sphinx-theme.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.7.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="exclude">.git*</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|