Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mkdocs/mkdocs

Project documentation with Markdown.
https://github.com/mkdocs/mkdocs

Set dependency to `lunr[languages]==0.5.8`.

Lunr.py version 0.5.8 maintains compatability with Lunr.js 2.3.8, but
restricts its dependnecy t...

7428679a1c9263e7b01130821ecb33db24824482 authored almost 5 years ago
Fix typo

afa18ae2c0f2bbfc8c8a021c4e9042526fa783f3 authored almost 5 years ago
Remove disable_unicode_literals_warning config

e092584ca93aec67d64247fee732b009f834d22b authored almost 5 years ago
Correct error message

Fixes #2009

914a9fa20b5a80dc7a01a1730c47a67ccf0fa61e authored almost 5 years ago
Update docs to reflect supported versions.

a4ccf611b077146fe072b2e3000fbc3a5f8daf62 authored almost 5 years ago
Fix readthedocs code colors

Fixes #2027.

63b3eb5a1fbfdfc0e28ee54e5dcc3b714487b1b0 authored almost 5 years ago
Add minimum search length configuration parameter.

Allow users to set their own minimum search term length. Fixes #2014.

2505a907f4ef6cc4492031faef06192f9eddf0bc authored almost 5 years ago
Clean up `dev_addr` validation and disallow `0.0.0.0`

MkDocs has never supported using the included server for production.
However, some users have b...

653ba22230bc318f9e240f9cf5248c2f41fff410 authored almost 5 years ago
Ensure bdist_wheel no longer creates a universal wheel

MkDocs no longer suports Python 2. Therefore, a universal wheel would be
innapropriate as it res...

fef8a89ba29213cf464190f216a6734a711ea3d3 authored almost 5 years ago
Correct the block name of the search box in the doc

As mentionned here: https://github.com/mkdocs/mkdocs/issues/1142#issuecomment-282899537
I just ...

2b92209d12bfed050e35eeee2e5073074939727c authored almost 5 years ago
Use type search for search input

doesn't make a difference to how it works but is more semantically correct.

fe7f0abef9b7edab7ec8dc806e774d7e55c707ef authored almost 5 years ago
Fix a minimum dependency description

Markdown package require 3.2.1 at mkdocs 1.1

74713147ec1e5157abb652e181b91725bbb51416 authored almost 5 years ago
Bump version to 1.1

eddeeab066cb071dbe426878a85de715df1b93e7 authored almost 5 years ago
Ensure lunr.py version matches lunr.js

Each version of lunr.py only works with a specific version of lunr.js.
Therefore we must hardcod...

675681448e0ed602b1e0926daaf71e10288a6699 authored almost 5 years ago
Fix simple typo: seperate -> separate

Closes #1997

b144b50a46e5497fa3d7f879cfccfdd37ab90873 authored almost 5 years ago
Put the mobile menu button for the mkdocs theme on the right

This behavior matches MkDocs 1.0 as well as the examples on the Bootswatch
site.

adfd76d66fc8b53197d8875d64e463d05a71d5a5 authored almost 5 years ago
Nested dropdowns *are* supported in the mkdocs theme

Despite Bootswatch not supporting nested dropdowns, the theme-specific CSS for
the mkdocs theme ...

13337eba9f4258cdd326a6bb0986addbc61571af authored almost 5 years ago
Update to lunr.js 2.3.8; resolves #1989

d34062eaf5992bb2be148bd7cc630b93bc5df155 authored almost 5 years ago
Fix indent width in mkdocs/themes/mkdocs/css/base.css

2935b69a8fa9e246cdf6733b6db4fbc5f023e6e6 authored almost 5 years ago
Update to lunr-languages v1.4.0; resolves #1729

This renames the Dutch language code to `nl`, the Japanese code to `ja`, and
adds support for Ar...

a7c349cffaaa793f2056ff4a1c2fd2d62e9030bc authored almost 5 years ago
Use toc_tokens to generate the TOC

This patch improves the consistency of TOC levels, so now the level is always
equal to the N in...

37e645d62310978bfbef948dffc15348500dc00c authored almost 5 years ago
Ensure travis uses virtualenv<20

4b8ad495ae71c230a732f9bdad3c904241accb5d authored almost 5 years ago
Ensure nested dot files in themes are ignored.

Also, document how all files within themes are treated by MkDocs.
Fixes #1981.

44f3ae212d85a60750769df0e9fa8022274166c8 authored almost 5 years ago
Fix link to virtualenv user guide

bf0698a94a56d67aba09363c2aa4df211f41a41c authored almost 5 years ago
Fix typo

d07f5288da75284ece46121c2b3728699c563cd0 authored almost 5 years ago
Clarify comment

5d08c4a9b7036e15e46ee51ba5a4e2c1baf138e5 authored almost 5 years ago
Fix fallout from #1967

Previously, opening a dropdown from the mobile-sized nav header would break
things if the user r...

2fca717794c0c2e581b8ba17149bc292edeb83e4 authored about 5 years ago
Improve support for tall nav headers in the mkdocs theme (#1969)

This adds a new JS function called `applyTopPadding` that updates the top
padding of a few elem...

058837f68ec9429e98ed410d98537889639c3458 authored about 5 years ago
Improve support for long dropdowns in the mkdocs theme; resolves #1234

This patch allows dropdowns with many items to scroll, rather than overflowing
beyond the bounds...

535505b9f292bff80a021f405ab9fc18508acb1a authored about 5 years ago
remove unneeded type="text/javascript"

Not needed for HTML5 documents (and this isn't used elsewhere).

273e3baa8e47fa5d121402d98757d3f5a5510383 authored about 5 years ago
Links to the MkDocs Plugins wiki page, themes and plugins

262c2b70f3b1a450d685530610af3f28e12f9c9f authored about 5 years ago
Update min Markdown version to 3.0.

61105ce56deb6f461ed6a076f095ea926e7572d2 authored about 5 years ago
Switch from nose to unittest.

The nose docs state:

> Nose has been in maintenance mode for the past several years and will
...

399f8428b84c4a91a00e0388d7e9bb5260dc8ec3 authored about 5 years ago
Update min dependency to Jinja 2.10.1.

Jinja 2.10.1 patched a security valnerability. See the release notes here:
https://github.com/pa...

2491c1433a8be73f691872b06c4519c4602cb5b4 authored about 5 years ago
Note mkdocs theme filename changes in release notes.

Ref #1897.

8662df01deed17ae5758f882c5b2f3e32738d9f5 authored about 5 years ago
Add --use-directory-urls/--no-directory-urls to command line options

Standardize the list of build in arguments that can be passed to
commands that build docs (bui...

f70a48ee20f025bab32047689f9072e8d380528f authored about 5 years ago
Cleanup MarkdownLint issue in docs.

d8f8e5be3c053ca4d083558bd575b1f83f0d04e2 authored about 5 years ago
Drop Python 3.4 support.

f601e0ae625495ae52affd46f9fadc450e7641cc authored about 5 years ago
Add support for Python 3.8.

1b8473a652c8e7cf4426f06e25aa09f8608685b4 authored about 5 years ago
Drop Python 2.7.

* Disable Linkchecker Test.
* Switch to unittest.mock in standard lib.
* Apply `pyupgrade --py...

c9032bd6bfde09ead2f4f879e85590d7cd6e68a6 authored about 5 years ago
Properly handle the scroll offset for anchors in mkdocs theme (#1935)

This patch uses `scroll-padding-top` to indicate that when the user clicks on
an anchor and the...

a308bdc05733e1968bee46d485ff773587291f25 authored about 5 years ago
Add support for customizing navigation bar styles in the `mkdocs` theme

15e31f7e68cd2bcdaa0dc8728f510aa924b10f02 authored about 5 years ago
Select asyncio event loop on Windows for PY3.8+

As of Python 3.8, the default event loop on Windows is `proactor`,
however Tornado requires the ...

2172c9f999b17201102732a53c08e3de0dd48c74 authored about 5 years ago
Document that dot files are ignored. (#1925)

Also added a few additional clarifications about how MkDocs handles files in the docs_dir.

Fi...

8c8f7bb6727d17bb611ce635fa665ec9527c75bd authored about 5 years ago
Nested index is not homepage (#1921)

A user could place a nested (in the file structure) index page on the root level of the nav.
Th...

0cd86735c8283b9b03897c5841c3683efb15617b authored about 5 years ago
Provide sensible error message when git not found (#1797)

98823e09b9cf35e6e871f356b448fb9a48eef05d authored about 5 years ago
Ensure theme files do not override docs_dir files on Windows (#1878)

Fixes #1876.

f44428c93ce465ca5d74480e136b1ebf5ddd1a7b authored about 5 years ago
search.html extends main.html instead of base.html

#1792.

73e0daa01e48fe9b010783f4d6f617253eec4e9e authored about 5 years ago
fix minor typo

5230c93593e34f1e76f278afac2afb9eb15181c9 authored over 5 years ago
Properly identify deployment version (#1880)

Fixes #1879.

60451b7122c2049c929b2a2325ee38661ef75dbf authored over 5 years ago
Escape special characters in sitemap.xml

Currently special characters such as `&` result in a `xmlParseEntityRef: no name` error and make...

860fb2d70fb59e3eab994e94da4e00710d5c753f authored over 5 years ago
s/suported/supported/g

fcbc9601943936429dea1ec11ca731c393ec6047 authored over 5 years ago
Remove unneeded IE8 polyfills

Bootstrap 4.x doesn't work with IE8 at all.
IE8 marketshare is now just 0.1% anyway (https://ca...

f6fb317e9c6b613872c50276a15caa87c1181c53 authored over 5 years ago
Update bootstrap.min.js

Updates Bootstrap to v4.3.1 from: https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstra...

c591a67897d5242442daf52f70bc2ff3b91da787 authored over 5 years ago
Update "new" welcome page.

The help command is `mkdocs -h`, not `mkdocs help`. Fixes #1859.

e356bf30b5392c8a198585691c6a3cc04c48fd6d authored over 5 years ago
Properly build `ValidationError` message for `custom_dir`.

Fixes #1849

efdb5cf7f0d80e7e0d315719e9605ef6e9c23f04 authored over 5 years ago
Docs: Fix YAML syntax in examples

* Fix indentation
* Quote strings

f200a60060d3d1199553c056a8d99b301b2c3b05 authored over 5 years ago
Docs: Clarify page title generation

625e423b76efbf3c67fc2169190c3dd204c86e12 authored over 5 years ago
Docs: Clarify supported header style

Only atx-style headers are supported for page titles,
not Setext styles.

Fixes #1837

b967d0184dfdc946c4c73577a94f32d4caf04d82 authored over 5 years ago
Fix broken readthedocs links

a84b5a27df9b0ed90c4718871e4b60d8735c416b authored over 5 years ago
Clarify mkdocs_theme.yml is ignored by theme.custom_dir

This only updates the documentation to better reflect actual behavior.
The config for `theme.cus...

9ae04213b9e2ed6625217ca0d6db2bf69a0c1205 authored over 5 years ago
Tidy up CSS link formatting (#1781)

- no need for `type/css` in HTML5 documents
- having `rel="stylesheet"` first can improve reada...

ddf84aefd5f43bca53228c49d503707457175018 authored almost 6 years ago
Update Travis config for default Python 2.7=>3.6 (#1782)

Travis has changed their default Python version from 2.7 to 3.6 on April
16, 2019 in anticipati...

5935220399b3fc10dbc46133f39c77461631e743 authored almost 6 years ago
contributing.md: fix typos, add link (#1774)

eb5f3f84e533cff42e13492af2a5e1ab391865e9 authored almost 6 years ago
Exclude Markdown files and READMEs from theme.

Account for capitalization differences and all supported Markdown extensions. Fixes #1766.

d101522aa197aaa212f1424180d693dd5d497875 authored almost 6 years ago
Add warning to docs about usage of absolute paths in links.

Fixes #1757.

32d2ed3bee82c58470a9b87a9bd2e886b5a4e1ee authored almost 6 years ago
fix deprecated config item: pages => nav

1683205f73b886a2160a8d33b9a2994634613426 authored almost 6 years ago
skip external links in nav in sitemap (#1748)

Fixes #1742.

31b3f68abcb2a1c67e6ca4545a237e573567f988 authored almost 6 years ago
Flake8 cleanup

d93741a0e6b26c1300323414ef870632efa8cf93 authored almost 6 years ago
mkdocs.org => www.mkdocs.org (#1739)

c36a44800885a8f57ac9b80495a0e24630b9b4e1 authored almost 6 years ago
Fix aria-labelledby value for #mkdocs_search_modal.

f4d0b52e8cb86b84708a941b230a5029f4a5d657 authored about 6 years ago
Fix html5 validation errors (#1718)

Closes #1716.

d59c506f5b11c44f681a7f3b153348b9d1f4789b authored about 6 years ago
https links to codecov.io (#1714)

17ccb880370af7ef3a79c331394e2bb3bc614128 authored about 6 years ago
Fix "is home page" check when rendering title (#1713)

`is_hompage` -> `is_homepage`

621429967e63c90028f1149dbdc7f13fb58179fc authored about 6 years ago
Clarify MkDocs supports Python >=2.7.9 but not <2.7.9. (#1707)

2ac01193898fcc67226698e65e2b6f1f0e0785a9 authored about 6 years ago
Refactor event arguments (#1703)

* Allow events that don't require any arguments. One could create a pre/post_build-like event wi...

79ebb89759d51a52fb4f60ccde18098bd1daab62 authored about 6 years ago
logging if index.md and readme.md are located in same folder #1694 (#1695)

cc03fd05876ad7ff14dfeff55832dc0dd7f0bf06 authored about 6 years ago
Added debug that prints out file that is being read.

e394169349970240f214eeaf2141b96b1daa347b authored about 6 years ago
docs(plugins.md): outdated docs (#1685)

bebf3791aa5380a6f83f1b13e53f8665e865dc80 authored about 6 years ago
docs(plugins.md): fix typo

plugins.md:357

"The `post_template` event .." -> "The `post_page` event .."

1897177ab0545a33f064d5722cc0174538d4c389 authored about 6 years ago
Account for encoded URLs. (#1673)

Encode URLs of all internal documents (to account for spaces in
filenames, etc). Then unencode...

5c642decbda2465fbdc0dd290bc18fef963b18ed authored over 6 years ago
Ensure theme files do not override docs_dir files (#1672)

Fixes #1671.

f8ac3c7ee0d5839273c3dd3a6a9890a8fe3346e0 authored over 6 years ago
Add canonical tag to readthedocs theme (#1669)

Close #1667

00d7383018b8bc62182a877f6d5eef7384af9f64 authored over 6 years ago
Replace relative URL of CDNs by https mkdocs/mkdocs#1646

ff5a65c4500468e313c22d34e03b74e7a4cbe789 authored over 6 years ago
Fix monospace code rendering on Android

The `font-family: monospace,serif;` was not working on Android 8 Chrome 69, causing code blocks ...

ba2248ce6655dbec2615c0ec97c1ba3758918ec6 authored over 6 years ago
Do not normalize URL fragments

Fixes #1655

c882f7a0b3cbb7b5707211e2a6d708edbf2690c7 authored over 6 years ago
index.md: fix typos

d49fd196b553d510f67abbad8bf221ccd090f041 authored over 6 years ago
Add .gitattributes file

Properly identify all vendored code.

ff2101efdce976f9894f35716b0429eea1a705e2 authored over 6 years ago
Use lunr.py for prebuilding indices (#1607)

259c2b102b92f426e1bd68071822ff976f8cef01 authored over 6 years ago
Update to bootswatch 4.1.3. (#1597)

Fixes #1563.

54a6e9efbc81ceb57f7aafb816d78ae5c4bb5e9b authored over 6 years ago
Update readthedocs theme with upstream (#1594)

Fixes #588 and fixes #1374.

# Some implementation notes:

## `include_homepage_in_sidebar` ...

873b970f7f62ab22d05f347157d64e383164c15f authored over 6 years ago
Bump version to 1.1.dev

8a9a60989cceff823e6e465d0cbf282905ba6df7 authored over 6 years ago
Document --dev-addr instead of --dev_addr (#1638)

Fixes #1637.

3642c4e03ee12292285c42de0bb19e1206d23caf authored over 6 years ago
Example now matches actual usage.

As pointed out in #1633 the example of overriding a template block used an undefined block name....

e37d1c9b06409b9e84cb892f0988eef3a15e300c authored over 6 years ago
Prefer https:// URLs where available

fc53f1932e3a5ca0a2e3280ac66d85fab120fc21 authored over 6 years ago
Include license file in the generated wheel package

The wheel package format supports including the license file. This is
done using the [metadata] ...

a2d424165847d23edb8bd5272e385f800de11fcd authored over 6 years ago
Bump version to 1.0.4.

592e0852fe9e9c6c1316da818a8db402f73ff0c0 authored over 6 years ago
Ignore absolute links in Markdown.

Fixes #1621.

d0c39749b235a44e8a1a8e5ff5379318458fa468 authored over 6 years ago
Update index.md

fix `pages` in `nav`
pages is deprecated

8fbaae60ab0e1a212519fa1a4542df736d459acf authored over 6 years ago
Update pypi.python.org URL to pypi.org

For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-p...

d71aa3bbf19c7bd3a854e776172d3da37dd7fadd authored over 6 years ago