Chris Sewell

Results 256 issues of Chris Sewell

Heya, could you suggest a best-practice way to do this: Basically, I want to replace `text` with `\cite{cite_key}`. My approach so far is to find the opening tag, then traverse...

question
todo

With conda you can do: `conda env config vars set MYVAR=1`, to have the variable set every time you initialise that environment. It would be nice if `conda-tox` could use...

enhancement

Heya, I would like to understand the rationale behind https://spec.commonmark.org/0.30/#example-568 ```markdown [foo][bar][baz] [baz]: /url ``` ```html [foo]bar ``` This enforces on both users and parsers that `[foo][bar][baz]` cannot be "understood"...

With the alabaster theme I like that you can have badges added to the sidebar (and a description), e.g. ![image](https://user-images.githubusercontent.com/2997570/107613512-c0061000-6c48-11eb-9261-44f3a7687822.png) See https://github.com/bitprophet/alabaster/blob/master/alabaster/theme.conf for all options ### Implementation The easiest way...

enhancement

Most books that I've seen have a front cover 😉 I think it would be great to have an (optional) front page which has a very distinctly different layout to...

enhancement

Currently, these are essentially hardcoded into sphinx-book-theme, and thus difficult for users to modify/extend. With https://furo-topbar.readthedocs.io I've started to develop a pluggable "widget" bar for furo, but it should be...

enhancement
:label: design
:label: templating
:label: configuration

As discussed in https://github.com/executablebooks/jupyter-book/issues/1560, `_split_repo_url` should fail gracefully (probably with a sphinx warning), if the URL is not of the correct format

bug

the top directive CSS is a bit lacklustre, coming directly from bootstrap: ```css .topic { background-color:#eee } ``` this is the source and rendered: ```` ```{topic} Something body ``` ````...

enhancement
:label: design

See https://github.com/executablebooks/sphinx-book-theme/pull/211/checks?check_run_id=1152048100 Looks to be a path concatenation error in myst-nb or jupyter-sphinx ``` ============================= test session starts ============================= platform win32 -- Python 3.7.9, pytest-6.0.2, py-1.9.0, pluggy-0.13.1 rootdir: D:\a\sphinx-book-theme\sphinx-book-theme plugins:...

With my scholarly hat on, it would be nice to apply a bit of theory to the design. It feels mainly the theme is being designing based on "I like...

type: documentation